Top "Cron-task" questions

cron-task is a task (command or shell script) executed periodically at certain times or dates by the cron scheduler.

Restarting cron after changing crontab file?

Do I have to restart cron after changing the crontable file?

linux unix cron cron-task
How to run a cronjob every X minutes?

I'm running a PHP script in a cronjob and I want to send emails every 5 minutes My current (crontab) cronjob: 10 * * * * /…

php cron cron-task
Scheduling Python Script to run every hour accurately

Before I ask, Cron Jobs and Task Scheduler will be my last options, this script will be used across Windows …

python python-3.x cron scheduled-tasks cron-task
Using CRON jobs to visit url?

I have a web application that has to perform a repeated tasks, Sending messages and alerts, I, already, use a …

linux web-applications web cpanel cron-task
AWS Lambda Scheduled Tasks

Amazon announced AWS Lambda (http://aws.amazon.com/lambda/). The product description includes: Scheduled Tasks AWS Lambda functions can be …

amazon-web-services cron-task aws-lambda
Append current date to the filename via Cron?

I've created a Cron task at my webhost to daily backup my database and I would like it to append …

cron cron-task
How to create a cron task in Symfony2

I have a little question, how create a simple cron task who call some service action in Symfony, who could …

symfony cron cron-task
How to create cron statement to run for multiple hours

I need a cron statement to run for few hours eg 1-8 then 10-15. In this case will the following …

cron crontab cron-task
CakePHP 2.3.8: Calling Another Controller function in CronController.php

For CakePHP 2.3.8 How can I call Another Controller function in CronController.php Any ideas?

controller cakephp-2.0 cakephp-2.3 cron-task
Setting Cron job to delete file after 24 hours

I read all the related questions and was unable to understand them. I am using Plesk CPanel to set cron …

php cron crontab cron-task