Cron is very old school, and very reliable, are you sure that you configured it correctly?
Anyways here are some options
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello,
I am looking to replace my current virtual machine setup that uses cron for firing scheduled tasks in the Kernel. I have been experiencing issues with the reliability of the cron machine, especially since I am using containers. It has failed several times, and I need a more dependable solution.
I am considering switching to a simple HTTP request from an external service that will hit my app every minute and schedule the tasks. However, I am open to other suggestions for production-ready alternatives.
Please share any ideas or recommendations you have for a more reliable service that can handle scheduled tasks efficiently.
Thank you!
Please or to participate in this conversation.