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

adds __del__ dummy method to WorkQueue #3428

Merged
merged 1 commit into from
Aug 1, 2023

Conversation

btovar
Copy link
Member

@btovar btovar commented Aug 1, 2023

The issue is that the old wq executor in coffea (currently used in topcoffea) explicitely calls the del method. Since coffea is moving away from this type of executors, it is easier to fix this from the wq side.

The issue is that the old wq executor in coffea (currently used in
topcoffea) explicitely calls the __del__ method. Since coffea is moving
away from this type of executors, it is easier to fix this from the wq
side.
@dthain dthain merged commit bc0891d into cooperative-computing-lab:master Aug 1, 2023
5 checks passed
@btovar btovar deleted the wq_del branch December 4, 2023 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants