Dead executions after app shutdown #566
Unanswered
artem-mindrov
asked this question in
Q&A
Replies: 1 comment
-
Must be an issue with the shutdown-sequence. It seems you are interrupting 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
-
Expected Behavior
Executions are marked for rescheduling.
Current Behavior
The scheduler is set to
pollUsingLockAndFetch(0.5, 3.0)
.It fails to mark executions free due to a thread interrupt, see example stack trace below.
Steps to Reproduce the bug
It's a Play framework app with this lifecycle hook:
The shutdown code is
Context
Logs
Beta Was this translation helpful? Give feedback.
All reactions