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
I keep receiving this logs, when using the config below in settings.py:
| 2023-05-06 03:08:45.483558-03:00 [error] <0.1194.0> closing AMQP connection <0.1194.0> (172.28.0.5:45310 -> 172.28.0.6:5672): | 2023-05-06 03:08:45.483558-03:00 [error] <0.1194.0> missed heartbeats from client, timeout: 60s
DRAMATIQ_BROKER = { "BROKER": "dramatiq.brokers.rabbitmq.RabbitmqBroker", "OPTIONS": { "url": BROKER_URL, }, "MIDDLEWARE": [ "dramatiq.middleware.Prometheus", "dramatiq.middleware.AgeLimit", "dramatiq.middleware.TimeLimit", "dramatiq.middleware.Callbacks", "dramatiq.middleware.Retries", "django_dramatiq.middleware.DbConnectionsMiddleware", "django_dramatiq.middleware.AdminMiddleware", "periodiq.PeriodiqMiddleware", ], }
If I pass the value heatbeat:30 in OPTIONS I get an error saying url is not valid with pika configs
heatbeat:30
url
The text was updated successfully, but these errors were encountered:
Hi @legioz,
This seems like it might be a duplicate with #44 . Ill close this one and we can continue the conversation there.
Cheers!
Sorry, something went wrong.
No branches or pull requests
I keep receiving this logs, when using the config below in settings.py:
If I pass the value
heatbeat:30
in OPTIONS I get an error sayingurl
is not valid with pika configsThe text was updated successfully, but these errors were encountered: