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
which uses a feed in the exit of the first state, but that feed returns a 404 (likely because it's misconfigured, though that might also be a correct response), then the overall creation request will error with LabelAlreadyExists.
The text was updated successfully, but these errors were encountered:
PeterJCLaw
changed the title
Feed 404 causes LabelAlreadyExists error when creating a label
Feed 404 causes LabelAlreadyExists error from the sdk when creating a label
Mar 13, 2018
Note: I'm using the routemaster_sdk to access routemaster, so it's possible that this is a result of the automatic retries I have configured. If that's the case, then the issue is more likely that routemaster is erroring internally.
PeterJCLaw
changed the title
Feed 404 causes LabelAlreadyExists error from the sdk when creating a label
Feed 404 causes internal 500 error when creating a label
Mar 13, 2018
Update: the LabelAlreadyExists is indeed a result of the retrying I was doing. It looks like the label is indeed created fine, but then the processing of the first gate errors, which results in emitting a 500. I was then seeing an (arguably valid) LabelAlreadyExists from the retries.
I think that in the config outlined above, this also means that the label becomes stuck as nothing will cause the gate to be re-evaluated.
If you have a config like:
which uses a feed in the exit of the first state, but that feed returns a 404 (likely because it's misconfigured, though that might also be a correct response), then the overall creation request will error with
LabelAlreadyExists
.The text was updated successfully, but these errors were encountered: