I was working on a Laravel microservice project where task 1 sends a series of data to task 2. Task 2 saves it and sends it to task 3 with a separate service. It is pushed to task 3 correctly and without errors, but task 3 does not receive it. I tested it with Redis-CLI. The service that connects task 2 and 3 sends the data, which means the problem is not with task 2. My result was that task 3 has a problem with its subscriber. Thank you for your help :)