Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref(taskbroker) Add at_most_once flag to task activations
Some tasks can be marked as being only executed at most once. Add a flag to denote that status. Tasks with this status are guaranteed to execute 0 or 1 times. The worker uses this flag to determine how it should handle the task.
- Loading branch information