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
After enabling postgres support according to the documentation jobs get stuck with status "Waiting" and raintale-celery service logs the following error:
Nov 16 07:52:32 localhost.localdomain celery[71877]: psycopg2.OperationalError: FATAL: password authentication failed for user "raintale"
Fixed by adding this line to [Service] section in /etc/systemd/system/raintale-celery.service:
After enabling postgres support according to the documentation jobs get stuck with status "Waiting" and raintale-celery service logs the following error:
Fixed by adding this line to [Service] section in /etc/systemd/system/raintale-celery.service:
and then restarting with:
The text was updated successfully, but these errors were encountered: