@seedprod Hey, I came across your questions and just wanted to ask how do you decide to approch this finally? (Your first variant seems good to me.)
Regards
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi,
I'm building an app where people can put in a reservation request for a restaurant and my app monitors the restaurant's website to see when the reservation request become available.
There will be multiple users and restaurants.
My question is would it be better to queue each request, so say queue the initial request then re-queue for 15 minutes later if it's still open, then delete the job once closed.
or
Create a cron job that runs every 15 minutes and fires of curl requests for open reservations?
Any input is appreciated.
Thanks
Please or to participate in this conversation.