-
-
Notifications
You must be signed in to change notification settings - Fork 720
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
Ensure TaskState instances are released on Scheduler and Worker #6250
Comments
2 tasks
This PR address Scheduler instance leaks |
This was referenced May 13, 2022
This was referenced May 31, 2022
2 tasks
2 tasks
I don't believe this was fully closed; #6525 was just the first step to being able to track it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are strong references on our TaskState instances, Scheduler and Worker instances
See for instance #6246
We should ensure that TaskState is are properly cleaned up
utils_test.check_instances
verifies that there are no leftover Scheduler, Worker, Nanny or TaskState instancesCaveat: This depends on the profiler thread so we may need to relax the above tests and replace them with a more robust, less strict version as appropriate
#6246
Nanny
instances #6336Worker
instances #6344Scheduler
instances #6345The text was updated successfully, but these errors were encountered: