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
@FelixTing , this is also caused by your #1046.
In this case nothing is waiting on the channel for the secrets to be pushed. So the second attempt get blocked on write to the channel.
[Reproduce Steps]
[Actual result]
API returns status code
201
at the first request, but fail with503
on second request.The text was updated successfully, but these errors were encountered: