Discussions Populaires Dans la Communauté Cron

S'abonner

Questionnez la Communauté


Ask any professional question and get answers from other specialists.

Stream language
Gautam Sahib PMP's image
La question a été ajoutée par Gautam Sahib PMP Senior Administrator - IT Applications, ERP FAWAZ TRADING & ENGINEERING SERVICES CO.W.L.L
Depuis 7 années

What should be ideal output of a PHP script which is called by Cron on hourly basis?‎

What should be ideal output of a PHP script which is called by Cron on hourly basis?‎

Réponses:
2
Adeptes:
Vues:
244
Vote Count:
0
La réponse doit contenir un minimum de 25 caractères.
Muhammad Anzar's image
La question a été ajoutée par Muhammad Anzar DevOps/DevSecOps Architect Confidential
Depuis 9 années
Réponses:
3
Adeptes:
Vues:
179
Vote Count:
0
La réponse doit contenir un minimum de 25 caractères.
Rajesh Pant's image  
La répondre a été ajoutée par  Rajesh Pant, System Engineer, Tech Mahindra Limited
Depuis 9 années

Cron is a system daemon used to execute desired tasks (in the background) at designated times.A crontab is a simple text file with a list of commands meant to be run at s ... Voir Plus

Signaler CV
ghilman ahmed's image  
La répondre a été ajoutée par  ghilman ahmed, System Administrator, Streaming Networks Pvt Ltd
Depuis 9 années

cron job scheduler is used to schedule tasks regularly. crontab -e is used to edit and add crontab jobs. crontab -l to list the jobs written as a specific user. crontab - ... Voir Plus

Signaler CV
Ahmed Sabra's image  
La répondre a été ajoutée par  Ahmed Sabra, Integration Support Engineer- Fintech, Saudi Financial Technology Company
Depuis 7 années

You can log its output to a file for later debug and monitor. You can do that from crontab:   * * * php /path/to/task1.php        >> /path/to/task1.log  

Signaler CV
Atif Majid's image  
La répondre a été ajoutée par  Atif Majid, Senior PHP Programer/Team Lead, RedApple Apartments AB
Depuis 7 années

As the cron runs without any user interaction, it doesn't really matter what output script gives. But, if you want to monitory progress of your cron scripts, add the ... Voir Plus

Signaler CV
Roshan Firozkhan's image  
La répondre a été ajoutée par  Roshan Firozkhan, IT System Administrator, Emirates Driving Institute
Depuis 8 années

The five stars at the beginning specifies the time ***** /COMMANDTORUN   1st star Min(0-) 2nd star Hour(0-) 3rd Star DAY of the month(1-) 4th Star Month(1-or Jan-Dec) 5th ... Voir Plus

Signaler CV