abort: true raises errors when AWS SQS is polling for messages #423
Closed
rhyek
started this conversation in
Feature Request
Replies: 1 comment
-
Leaving a comment here for other people running into this issue: The The solution for the issue is therefore subscribing to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Background
looking at #389 i have the same problems. the issue i'm having is with the described behavior, my application can't handle
SIGTERM
signals properly/in a timely manner (hot reload, container cycling during k8s rolling updates). using abort = true is apparently crashing my app, and there's no clear way how to handle the thrown exception correctly.if it helps the library maintainer or anyone else, this is what i'm using currently instead:
Objectives
Beta Was this translation helpful? Give feedback.
All reactions