Support the ongoing development of Laravel.io →
Queues Jobs Installation

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?

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

biwerr biwerr Joined 10 Mar 2015

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.