Support the ongoing development of Laravel.io →
Database Queues Jobs
Last updated 1 year ago.
0
moderator

Do you change the release date/time after creating? Because you can use the queue with delayed jobs ( https://laravel.com/docs/5.6/queues#delayed-dispatching )

Else you can take a look to scheduling. ( https://laravel.com/docs/5.6/scheduling )

It isn't by default bad to run a query every minute. But matching on timestamp is a potential risk, because a cron will not run faster then every minute so it leaves 59 seconds for each minute that will never match.

Last updated 5 years ago.
0

I suggest you to try Laravel scheduling through this you can easily manage your database queries

0

Sign in to participate in this thread!

Eventy

Your banner here too?

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.

© 2024 Laravel.io - All rights reserved.