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