Top "Cron" questions

Cron is a time-based job scheduler running as a daemon process in Unix-like computer operating systems.

"Whenever" gem running cron jobs on Heroku

I created an app that uses the whenever gem. The gem creates cron jobs. I got it working locally but …

ruby-on-rails ruby heroku cron whenever
docker exec is not working in cron

I have pretty simple command which is working fine standalone as a command or bash script but not when I …

bash meteor docker cron meteor-up
Best practices to run cron job from a docker stack

here is the thing: I have a stack where a node js backend sends messages to a queue and perl …

docker cron docker-compose docker-swarm
linux difference between "sudo crontab -e" and just "crontab -e"

I noticed that when I typed sudo crontab -e I dont see my cron command, but when I do only …

linux ubuntu cron cron-task
File path for a Cron Job

Hi I want to run a cron job to call a PHP script on my server. I am using Cpanel …

cron cpanel
Spring scheduler which is run after application is started and after midnight

How to describe Spring scheduler which is run after application is started and after 00:00 ?

spring cron scheduling
When does wp-cron.php run in Wordpress?

I need details about wp-cron. I used wp_schedule_event for automatically sending emails. But wp_schedule_event is only …

wordpress cron cron-task
Google App Engine - Task Queues vs Cron Jobs

The latest Google App Engine release supports a new Task Queue API in Python. I was comparing the capabilities of …

google-app-engine cron
Apache Airflow scheduler does not trigger DAG at schedule time

When I schedule DAGs to run at a specific time everyday, the DAG execution does not take place at all. …

python apache cron directed-acyclic-graphs airflow
How to schedule dynamic function with cron job?

I want to know how I can schedule a dynamic(auto populated data) function to auto run everyday at saved …

php mysql cron cron-task