Replies: 1 comment
-
You probably run into "sleeping" jobs that were scheduled with a delay or may be jobs blocked by others.
|
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
-
what I do:
what I see:
After calling
waitForAnyJobs
I still see jobs running:I checked with debugger that no (user) code calls resume... so my assumption would be that jobs are schedule but never complete afterwards, but what I see in the log is done, and even schedule/done results.
Beta Was this translation helpful? Give feedback.
All reactions