Non-distributable actions
Registered by
Renat Akhmerov
We need to introduce a notion of non-distributable actions. The rationale is simple: many actions (like echo, and e.g. some math actions we'll have in the future) are pointless to distribute. Distribution overhead for them would be much higher than their execution time.
Here's what I think we could do:
* Add method "is_distributable" into Action interface
* Add configuration property to enforce all actions to be distributable/
Blueprint information
- Status:
- Not started
- Approver:
- Renat Akhmerov
- Priority:
- Medium
- Drafter:
- Renat Akhmerov
- Direction:
- Approved
- Assignee:
- Renat Akhmerov
- Definition:
- Approved
- Series goal:
- None
- Implementation:
- Deferred
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Implementing non-distributable actions
(?)