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

Cache cleanup fails if it hits a custom class #4008

Closed
greenape opened this issue May 6, 2021 · 1 comment · Fixed by #4493
Closed

Cache cleanup fails if it hits a custom class #4008

greenape opened this issue May 6, 2021 · 1 comment · Fixed by #4493
Labels
bug Something isn't working FlowMachine Issues related to FlowMachine

Comments

@greenape
Copy link
Member

greenape commented May 6, 2021

If the cache cleanup op hits a new query subclass, it will fail because it can't be unpickled.

@greenape greenape added bug Something isn't working FlowMachine Issues related to FlowMachine labels May 6, 2021
@greenape
Copy link
Member Author

greenape commented May 6, 2021

Solution is probably to switch to using dill for the pickling?

@greenape greenape added the P-Now label Sep 23, 2021
greenape added a commit that referenced this issue Nov 1, 2021
greenape added a commit that referenced this issue Nov 1, 2021
greenape added a commit that referenced this issue Nov 8, 2021
greenape added a commit that referenced this issue Nov 26, 2021
greenape added a commit that referenced this issue Nov 30, 2021
greenape added a commit that referenced this issue Dec 15, 2021
@mergify mergify bot closed this as completed in #4493 Dec 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working FlowMachine Issues related to FlowMachine
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant