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
But if I look at the deploy list I see it's trying to terminate:
histogram-array $ reco deploy list
DEPLOYMENT ID BUILD ID COMMAND STATUS STARTED DURATION
fc27a0c5-a106-414f-8cd0-f13038fd3ee0 b5e66fb4-4b0e-4f8c-97d6-32248f02f320 test-histogram terminating 1 minute ago -
7766670e-de85-467e-8469-bf94bd255ebc b5e66fb4-4b0e-4f8c-97d6-32248f02f320 test-histogran errored 1 week ago 2m15s
448ea0d3-d66f-4d14-940f-14524c8d1464 33a606f2-7f5a-4748-bb5f-221473011e93 bench-histogram-FPGA completed 2 months ago 3m7s
The text was updated successfully, but these errors were encountered:
Just to update everyone on the status, this is an API-side error where if you create a deployment and terminate it rapidly we haven't gotten around to creating your deployment by the time the termination comes in. This causes an internal error which reco reports as unknown error occurred.
The fixes for this are two-fold:
Fix the API, that work is in progress
Have reco report the error provided by the API instead of a generic message.
When I start a deployment, then try to stop it using
reco deploy stop <ID>
I get the error message:But if I look at the deploy list I see it's trying to terminate:
The text was updated successfully, but these errors were encountered: