thelabnyc / django-logpipe

Automated mirror of https://gitlab.com/thelabnyc/django-logpipe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to trigger consumer after produce the message from the producer.

vishalgondaliya opened this issue · comments

Hello,

I have setup the django logpipe in my project and I have created different services for different module so when I try to produce the message in any service then how to trigger or calling the consumer to consume the message in different services.

Thanks