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
{{ message }}
This repository was archived by the owner on Apr 17, 2026. It is now read-only.
In some workflows a step might take a "huge" amount of time to complete. This could be minutes, hours, or days. We need a way to deal with this. One proposal is to have async steps and allow for callbacks. For instance:
In some workflows a step might take a "huge" amount of time to complete. This could be minutes, hours, or days. We need a way to deal with this. One proposal is to have async steps and allow for callbacks. For instance:
WDYT @akihikokuroda? We could probably dynamically create the callback for such steps.
We might also need to have a way to specify that a step is waiting on a callback. Like a
triggerdefinition.Anyhow, LMK what you think of above and let's try it. I can then create a "trigger" issue to address.
CC: @AngeloDanducci @psschwei for long running jobs need.