Make pending jobs scheduled #393
-
There is an option to insert a job as pending. As additional information for my use case: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
You would need to create your own logic to make these updates. As it stands Can you give some more info on the use case? It sounds like you want to ensure that only one job of a given job kind is allowed to be active at any given moment. Is that correct? We’ve been talking about some stuff to potentially solve this. Are there any other dimensions on which you want to apply concurrency limits like this, such as specific job arguments? Or is it strictly about the job type? |
Beta Was this translation helpful? Give feedback.
FWIW, this is very close to #380. I think we should probably support this, but it's not supported right now. See that issue for a suggested workaround.