-
Notifications
You must be signed in to change notification settings - Fork 8
Task concurrency control #86
Copy link
Copy link
Closed
Labels
devxMakes Docket the most ergonomic background task systemMakes Docket the most ergonomic background task systemenhancementMakes Docket betterMakes Docket better
Description
A very common requirement of background task systems is to govern concurrent access based on aspects of the data, like "only run one task per unique customer_id at the same time" or "only run n tasks per database name at a time". This should be separate from the key of a task and should be expressed in more granular dependencies/parameter annotations.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
devxMakes Docket the most ergonomic background task systemMakes Docket the most ergonomic background task systemenhancementMakes Docket betterMakes Docket better