You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And celery pod failed with error and go to restart every time:
File "/usr/local/lib/python3.12/site-packages/celery/bin/worker.py", line 348, in worker
worker = app.Worker(
^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/celery/worker/worker.py", line 98, in __init__
self.setup_instance(**self.prepare_args(**kwargs))
File "/usr/local/lib/python3.12/site-packages/celery/worker/worker.py", line 119, in setup_instance
self._conninfo = self.app.connection_for_read()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/celery/app/base.py", line 818, in connection_for_read
return self._connection(url or self.conf.broker_read_url, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/celery/app/base.py", line 877, in _connection
return self.amqp.Connection(
^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/kombu/connection.py", line 200, in __init__
transport = transport or urlparse(hostname).scheme
^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/urllib/parse.py", line 395, in urlparse
splitresult = urlsplit(url, scheme, allow_fragments)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/urllib/parse.py", line 497, in urlsplit
raise ValueError("Invalid IPv6 URL")
ValueError: Invalid IPv6 URL
I deploy it from chart versions 1.13.9 and 1.13.10 thought ArgoCD.
oncall-engine with same env successfully connected to rabbit, redis and postgres
How do we reproduce it?
try to install Chart version 1.13.9 or 1.13.10 with ArgoCD
Also tried v1.13.3 - and it still same error.
I resolve it by removing value of key existingPasswordSecret:.
But now on every redeploy rabbitMQ lose itself credentials and key to resolve that problen - scale StatefulSet to zero, drop PVC and scale it back to one.
What went wrong?
What happened:
Here ho looks my env for celery:
And celery pod failed with error and go to restart every time:
I deploy it from chart versions 1.13.9 and 1.13.10 thought ArgoCD.
oncall-engine with same env successfully connected to rabbit, redis and postgres
How do we reproduce it?
Grafana OnCall Version
v1.13.9, v1.13.10
Product Area
Helm/Kubernetes/Docker
Grafana OnCall Platform?
Kubernetes
User's Browser?
No response
Anything else to add?
No response
The text was updated successfully, but these errors were encountered: