Skip to content

NextGen-Core: Do not close event loop if not all bears were scheduled #4505

@Makman2

Description

@Makman2

There is a corner case when multiple bear dependencies are passed and one of them schedules no tasks.
If the bear scheduling no tasks is processed first, cleanup_bear is called that will close the event loop as no other running tasks are registered (yet), although the other bear has still to be scheduled.

This needs to be handled correctly and tests need to be written for this case.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions