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
I need to put instance status maker back to let user know which one is running, finished, failed, etc..
At the moment, there is no instance status that aggregates all tasks running inside the instance which makes this a bit difficult. I believe I need to do following.
When a task status changes (not when task gets updated), update instance status[] field.
Above implies adding task status[] under instance (again..)
Emit event when instance record gets updated
Update UI to subscribe and receive the instance update event
Update UI to calculate the current instance status based on task status.
The text was updated successfully, but these errors were encountered:
I need to put instance status maker back to let user know which one is running, finished, failed, etc..
At the moment, there is no instance status that aggregates all tasks running inside the instance which makes this a bit difficult. I believe I need to do following.
The text was updated successfully, but these errors were encountered: