Skip to content

Rewrite action execution queue #241

@BartolomeyKant

Description

@BartolomeyKant

Make a new action execution queue. Currently on each domain.Update Update method of each action is called regardless of readiness.

Add an execution and wait queue in action processor. Execution queue may content only action is ready to be executed in closest domain.Update. Wait queue contains action with delayed execution.

This should reduce execution time of each domain.Update due to action not ready to execute will not be executed.

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions