#Custom subscribers not working in production

7 messages · Page 1 of 1 (latest)

somber horizon
#

I’m having issues with subscribers not running on my production server.

  • I have a redis instance setup for the server
  • It is establishing connection correctly, which I have verified in the logs
  • The subscribers work locally (I have a different, local redis server for testing, so I am not sharing the redis server between production and development)
  • The only thing that might affect it is the fact i’ve had the same PostgreSQL database. I used to have a different redis server before migrating to this one:
    • I am running predeploy script every deployment

Are there any suggestions to troubleshoot this, i’ve tried RedisInsight but I cannot see any errors or what to look out for.

If it matters I have subscribers for:

  • product.created/updated/deleted - MeiliSearch integration
  • order.created - Email confirmation for both user and admin
  • shipment.created - Email confirmation for tracking number
drifting cobalt
#

@somber horizon I have got the same problem but i can not make it work in development either 😦

drifting cobalt
#

@somber horizon
in my case i had set WORKER_MODE=server
after dissabling it events started firing

somber horizon
#

I have shared on my local development

drifting cobalt
#

im in development so i have just dissabled it but in production i have both as well. I am not sure how it will work in that situation 😦

somber horizon