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

Use dill.dumps and dill.loads serialization instead of pickle #405

Open
GregoirePelegrin opened this issue Jun 26, 2024 · 0 comments · May be fixed by #406
Open

Use dill.dumps and dill.loads serialization instead of pickle #405

GregoirePelegrin opened this issue Jun 26, 2024 · 0 comments · May be fixed by #406

Comments

@GregoirePelegrin
Copy link

Summary

This is needed to allow passing more complex arguments to celery tasks (i.e. lambda expressions, instances from dynamically generated classes).
For additional information, please refer to both celery/celery#9091 (comment) and the initial StackOverflow post.

Related issue

This issue is the sister issue from celery/celery#9091 (comment).

GregoirePelegrin pushed a commit to GregoirePelegrin/billiard that referenced this issue Jun 26, 2024
@GregoirePelegrin GregoirePelegrin linked a pull request Jun 26, 2024 that will close this issue
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 a pull request may close this issue.

1 participant