With 2 microservices using Laravel, we can dispatch a Job using redis from one microservice to another.
Bus::chain([ new SomeJob(), new SomeJob(),