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
Error handling for SQS and Redis is not really possible, as it's not possible to "inject" error conditions in externally running containers (and even less, in individual API calls).
We should explore using instead mocks and inject errors this way, to test proper error handling.
The text was updated successfully, but these errors were encountered:
Error handling for SQS and Redis is not really possible, as it's not possible to "inject" error conditions in externally running containers (and even less, in individual API calls).
We should explore using instead mocks and inject errors this way, to test proper error handling.
The text was updated successfully, but these errors were encountered: