Replies: 1 comment
-
Each test node (e.g, broker/backend/worker) has two urls for its container instance.
The “url”s are then set for the celery worker container using env vars here. The host_url’s are used to control the containers from the test code itself.
Can you share the test failure logs please? Take note the django example is passing in the recent CI runs. See how it is configured in the CI here. I also recommend reviewing the Django Example doc - it might also give some useful insights. LMK if any of the above helps @baojd42 🙏 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I followed the example for django. When I run the test, I can see the broker and results backend are connected. But the test fail due to kombu looking for connection on localhost:6379. What is weird is in the printed config info, the results backend does not show a port number. Is this normal? Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions