Does this piece help you? In sense you push everything to queue and have another flow that has schedule + pull 1 job at time from queue and process it?
Hi Activepiecers!
I’m excited to introduce the new queue feature. A queue provides a way to process data in a First-In-First-Out (FIFO) manner.
You can create queues to be used across different flows, each identified by a unique name.
Actions:
Pull from queue: Specify the queue name and the number of items to retrieve.
Push to queue: Specify the queue name and provide a list of items to add.
Clear queue: Specify the queue name to delete all its items.
Use Case:
Ag…