-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
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
Reactions are currently unavailable