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
Since you can execute a job multiple times, we'll probably need another api call to fetch status for each execution of that job. This could look something like:
Since you can execute a job multiple times, we'll probably need another api call to fetch status for each execution of that job. This could look something like:
I'm not sure what statuses we'll actually end up using... We'll need at least:
running
orin-progress
while the job is runningerror
if the job failed to complete for some reasoncomplete
if the job has finishedThe text was updated successfully, but these errors were encountered: