We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Repro instructions on my machine
Log message: https://gist.github.com/sxlijin/5575618890e39386c5494deb1051974f
The text was updated successfully, but these errors were encountered:
This is resolved now thanks to #803 (confirmed and tested that a crash NEVER happens when using celery with sync interfaces).
The bug was caused by UB of async futures mixing poorly with FFI boundaries and pickling from multiprocessing.
As long as a user uses the new sync interface exposed by baml, crashes should not happen.
Sorry, something went wrong.
No branches or pull requests
Repro instructions on my machine
Log message: https://gist.github.com/sxlijin/5575618890e39386c5494deb1051974f
The text was updated successfully, but these errors were encountered: