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
QueueService
in 3.x versions, we have noticed quite a few strange errors related to different implementations of QueueService, like:
APILogWorker
**errors about registering atexit handler**
EventsWorker
RuntimeError: Cannot put items in a stopped service instance.
there is not a clean MRE as there is not one specific problem here there is some problem related to threading here
(written above)
prefect version
» prefect version Version: 3.0.0rc10+88.g6df736e5cc API version: 0.8.4 Python version: 3.12.3 Git commit: 6df736e5 Built: Tue, Jul 16, 2024 10:57 AM OS/Arch: darwin/arm64 Profile: bleeding Server type: server Pydantic version: 2.8.2 Integrations: prefect-aws: 0.5.0rc2 prefect-github: 0.3.0rc2 prefect-docker: 0.6.0rc3
potentially relevant:
The text was updated successfully, but these errors were encountered:
zzstoatzz
No branches or pull requests
First check
Bug summary
in 3.x versions, we have noticed quite a few strange errors related to different implementations of
QueueService
, like:APILogWorker
EventsWorker
Reproduction
Error
Versions (
prefect version
output)Additional context
potentially relevant:
The text was updated successfully, but these errors were encountered: