Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gevent pool support #5

Open
sidmitra opened this issue Jul 31, 2022 · 2 comments
Open

Add gevent pool support #5

sidmitra opened this issue Jul 31, 2022 · 2 comments
Assignees

Comments

@sidmitra
Copy link
Contributor

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.

@HassankSalim
Copy link
Collaborator

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.

@HassankSalim HassankSalim self-assigned this Aug 1, 2022
@sidmitra
Copy link
Contributor Author

We aren't using gevent anymore. But we might still add support for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants