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
During provisioning / initialization of a pipeline(e.g. downloading an image), the pipeline cannot be paused. We should notify users that the pipeline cannot be paused, so they know to either stop the pipeline or retry pausing later.
A suggestion for the return status could be: unpausable/provisioning. The status code would be 422.
The actual internal state of bob should have the pipeline status listed as :initializing until the image pull is complete, after which it can be :running
The text was updated successfully, but these errors were encountered:
During provisioning / initialization of a pipeline(e.g. downloading an image), the pipeline cannot be paused. We should notify users that the pipeline cannot be paused, so they know to either stop the pipeline or retry pausing later.
A suggestion for the return status could be:
unpausable/provisioning
. The status code would be 422.The actual internal state of bob should have the pipeline status listed as :initializing until the image pull is complete, after which it can be :running
The text was updated successfully, but these errors were encountered: