Skip to content

Task concurrency control #86

@chrisguidry

Description

@chrisguidry

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    devxMakes Docket the most ergonomic background task systemenhancementMakes Docket better

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions