Laravel - Queue Batch Redis, and run it on other microservice

后端 未结 0 1078
太阳男子
太阳男子 2020-12-11 20:20

With 2 microservices using Laravel, we can dispatch a Job using redis from one microservice to another.

Bus::chain([
    new SomeJob(),
    new SomeJob(),
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题