You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a flow run gets picked up, it should cancel any flow run currently executing with the same parameters deduping the queue.
Example Use
We ingest files which are updated when changed if there are rapid changes over time (even when we debounce them on our end) this can result in multiple flows with the same parameters in our pipeline. When this happens, prefect could cancel the currently running flow and enqueue the new one.
Describe the current behavior
Currently, this is not possible to my knowledge.
Describe the proposed behavior
If a flow run gets picked up, it should cancel any flow run currently executing with the same parameters deduping the queue.
Example Use
We ingest files which are updated when changed if there are rapid changes over time (even when we debounce them on our end) this can result in multiple flows with the same parameters in our pipeline. When this happens, prefect could cancel the currently running flow and enqueue the new one.
Additional context
CC @gabcoyne
The text was updated successfully, but these errors were encountered: