Redis – Can't seem to make python celery signals work
I'm rather new to celery development and I have an issue implementing signals. I have an application that consists of many different workers. currently it uses rabbitmq as a broker and redis as a backend. Each worker has its own…