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
Using the Pushgateway we noticed that the gravel gateway server (this one) can sometimes reject our POST, PUT or DELETE request and return a 400 (or sometimes even 500). If that happens, then the pushAdd, push, and delete calls do not throw an exception. This prevents us from noticing the issue.
The text was updated successfully, but these errors were encountered:
Using the
Pushgateway
we noticed that the gravel gateway server (this one) can sometimes reject ourPOST
,PUT
orDELETE
request and return a400
(or sometimes even500
). If that happens, then thepushAdd
,push
, anddelete
calls do not throw an exception. This prevents us from noticing the issue.The text was updated successfully, but these errors were encountered: