and-murray / wharf-spaces

MIT License
1 stars 0 forks source link

Bug - Not all possible status codes for instance errors retried #63

Closed tomdownes14 closed 3 months ago

tomdownes14 commented 3 months ago

Summary

When this error occurs - The request was aborted because there was no available instance we sometimes get a 500 error code as well as 429.

This needs to be captured and retried in the scheduled job.

Steps to reproduce

See logs.

What is the current bug behaviour?

Does not retry.

What is the expected correct behaviour?

Retries.

Relevant logs and/or screenshots

"The request was aborted because there was no available instance.

Possible fixes

Capture all codes >400