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

Pinning rabbitmq without a minor version broke when a default timeout was added to rabbitmq #53

Open
jdavidheiser opened this issue May 11, 2021 · 0 comments

Comments

@jdavidheiser
Copy link

jdavidheiser commented May 11, 2021

I am submitting this mostly as a protip in case anybody is using this older example implementation - In rabbitmq/rabbitmq-server#2990, a default timeout was added to rabbitmq. When this timeout is hit by a job running for more than 15 minutes, Airflow workers will get into a bad state and stop accepting new work.

This affects this example because it pins only a major version, and not a minor version.

A short term fix is to pin rabbitmq to a specific minor version, such as 3.8.14, which does not have this default behavior. A better fix is to configure the timeout to something that makes sense for your own Airflow workflows.

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

No branches or pull requests

1 participant