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
In this case, I'm guessing it would just record the runtime of the second command as belonging to the first? Is there any way to manually signal that a command has finished and a new command has begun? I'm looking for any ideas on how to implement a solution to monitor when that second command runs, and correctly report the success of the first separately. If I converted these commands into chained queued jobs would that be better?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any support for chaining jobs with then() or onSuccess()? e.g.
In this case, I'm guessing it would just record the runtime of the second command as belonging to the first? Is there any way to manually signal that a command has finished and a new command has begun? I'm looking for any ideas on how to implement a solution to monitor when that second command runs, and correctly report the success of the first separately. If I converted these commands into chained queued jobs would that be better?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions