webhooks not firing (docker compose setup)
Need some help with setting up webhooks.
I've got the sever running - google auth, email + calendar sync, API, etc.
But i can't get webhooks running. I've upload a screenshot of
As far as I can tell the worker is running, but webhooks do not fire even though multiple are registered.
1 configured manually through the UI and a few via the API.
This is my redis confi on both the sever and worker:
I've got the sever running - google auth, email + calendar sync, API, etc.
But i can't get webhooks running. I've upload a screenshot of
docker compose logs -f workerAs far as I can tell the worker is running, but webhooks do not fire even though multiple are registered.
1 configured manually through the UI and a few via the API.
This is my redis confi on both the sever and worker:
REDIS_URL: ${REDIS_URL:-redis://redis:6379}