[Chandler] Setting QUEUE_CONNECTION
to redis
causes Chandler not working
#7039
Labels
QUEUE_CONNECTION
to redis
causes Chandler not working
#7039
Bug description
Setting
QUEUE_CONNECTION
toredis
causes Chandler not working. It seems that the job dispatched to the queues never get executed.Steps to reproduce
QUEUE_CONNECTION
toredis
.Expected behavior
Without executing these jobs, Chandler is pretty unusable and missing a lot of things:
I am expecting that these values are filled and email sending is working.
Environment
Your own self-hosted instance (v5 a.k.a chandler version or main branch)
Version of Monica
cddf7f9
Installation method
Docker image
Web server
None
Database engine version
PostgreSQL
Additional info
All three of my settings:
CACHE_DRIVER
,QUEUE_CONNECTION
andSESSION_DRIVER
are set toredis
but the other two are working fine. I have to changeQUEUE_CONNECTION
tosync
to get Chandler working (including sending email notification)./cc @stephenwade
The text was updated successfully, but these errors were encountered: