-
Notifications
You must be signed in to change notification settings - Fork 21
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
Labels
Comments
greenape
added
bug
Something isn't working
FlowMachine
Issues related to FlowMachine
labels
May 6, 2021
Solution is probably to switch to using dill for the pickling? |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the cache cleanup op hits a new query subclass, it will fail because it can't be unpickled.
The text was updated successfully, but these errors were encountered: