Level 1
count record from a table 'notification' in every minute .............
how to write shedular for this problem .......i did not use sheduler
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I'm wondering if using the artisan scheduler to process the queues and others separated things, would work correctly?
There are some situations where workers can't be started, for instance on shared hosting providers. They usually authorize cronjobs but not workers like queues listener. What do you guys think?
Please or to participate in this conversation.