-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request