Skip to content

Enable job merging #1

@jsvennevid

Description

@jsvennevid

Jobs that are submitted with a shared tag should be merged as part of the job consume process. This will allow many producers to schedule jobs and have a single consumer process them.

Use case:

  • User input from web frontend (1-n instances) triggers job
  • Job is scheduled and remains in queue for a little while before being claimed
    • While job is in queue, another job with the same tag is scheduled
    • Jobs pulled by the consumer are merged
  • Response is posted to all producers from single job completion

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions