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
If we're using gevent as the worker pool, is there some identifier to track the green thread? Can we export that alongside?
This will allow us to figure out if the —concurrency=15 really is working or some of the eventloops are hung.
The text was updated successfully, but these errors were encountered:
Will explore this, but from what i have seen till now worker related info (like worker-id) are not present in task events, we might have to separately use worker events to figure this out.
If we're using gevent as the worker pool, is there some identifier to track the green thread? Can we export that alongside?
This will allow us to figure out if the —concurrency=15 really is working or some of the eventloops are hung.
The text was updated successfully, but these errors were encountered: