-
Notifications
You must be signed in to change notification settings - Fork 4
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
Nginx may be missing a restart on worker refresh? #94
Nginx may be missing a restart on worker refresh? #94
Comments
probably an instance of https://tenzer.dk/nginx-with-dynamic-upstreams/ |
looks like adding a if not, we could use this approach:
(we'd need to add dig to our rocks/images or apt install it) |
or:
|
Reopening this issue, as we're still experiencing this issue with |
It seems that adding the dynamic resolver alone won't fix the issue. Solutions considered:
Solution 3 works best for our use-case. However, as of today, there's no Ubuntu-provided nginx image for 1.27.3 Sub-solutions considered: Sub-solution A will probably not be an option since nginx This leaves us with sub-solution B, where we could create a rock. |
Bug Description
when you deploy cos Pro and refresh the worker, tempo's coordinator fails to route to the /ready endpoint
an nginx restart seems to fix it, which is odd because the FQDNs haven't changed.
To Reproduce
deploy cos-pro
refresh tempo-worker
Environment
n/a
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: