Hello Everyone,
i want to Synchronize my Users with a other System. When a new user registers, i want to push a "synchronize" job into the Queue, this job should be collected by a listener in a fixed time period. All synchronize jobs should send in one request to the other System.
My Problem is, i can not get it work to collect all existing synchronize jobs from the Queue and send they in one requeset to the other system. At the moment every job is handeld by its own.
Is there a way to get all waiting jobs in a queue listener like a job collection or some thing like that?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community