Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged cron

0 votes
702 views
1 answer
    I'm using APScheduler(3.5.3) to run three different jobs. I need to trigger the second job immediately ... can achieve it through APScheduler? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
639 views
1 answer
    If I put the following in crontab -e: * * * * * date +"%Y-%m-%d" > /home/apps/temp/env.txt there is ... properly. How can I format date in cron? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
461 views
1 answer
    This is probably a very basic question but I'm new to this: I'm trying to schedule some Rscript ... .R thx for your help See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
898 views
1 answer
    I have a DAG. Here is a sample of the parameters. dag = DAG( 'My Dag', default_args=default_args, description=' ... 45. What am i missing here? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
649 views
1 answer
    I have referred http://bakery.cakephp.org/articles/view/calling-controller-actions-from-cron-and-the-command-line and ... ?? Thanks in Advance See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
449 views
1 answer
    I want to create some function to schedule php scripts,for example if i want tu run page.php at 12/12/2012 ... a solution for both platforms). See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
705 views
1 answer
    I have a strange problem of being to able to run a bash script from commandline but not from the crontab entry ... ). Any help much appreciated. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
575 views
1 answer
    I am having difficulty getting my custom command to run on schedule. I have tried a cronjob and django- ... preferably) or a simple cronjob See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    What's the cron (linux) syntax to have a job run on the 2nd and 4th Saturday of the month? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
518 views
1 answer
    I'm looking for an open source/free task scheduler for Windows 7 (development machine) that will allow me ... custom scripts either if possible. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
492 views
1 answer
    I am trying to get the correct cronjob time for 1st of January every year. I thougth about this: 0 0 1 1 * ... tell me, if it is correct? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I was trying to create a cronjob with a task to do a git pull every minute to keep my production site in sync ... . I can run it without errors. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
479 views
1 answer
    I have a PHP script that needs to be run at certain times every weekday. Is cron or Windows task scheduler ... from within another PHP script? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
901 views
1 answer
    Usually I SSH into my EC2 instance and run: source MYVENV/bin/activate How do I set my cronjob to activate ... /bash: root: command not found See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
457 views
1 answer
    What's the process for verifying the HTTP request from Google Cloud scheduler? The docs (https://cloud.google ... the cron/scheduler request. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
707 views
1 answer
    i want to execute a script twice daily at 00:00 and 13:30 so i write : 0,30 0,13 * * * it seems wrong for me ... , 13:00 and 13:30. Any idea ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
587 views
1 answer
    In crontab, I can use an asterisk to mean every value, or "*/2" to mean every even value. Is there a way to ... something like "1+*/2" work?) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
554 views
1 answer
    I've been looking for a cron schedule that executes a script for every 50 hours. Running a job for each 2 ... But what about every 50 hours? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
504 views
1 answer
    In a apcahe server i want to run a PHP scripts as cron which starts a php file in background and exits just ... complete.how this can be done? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
952 views
1 answer
    Is there a way to automatically remove completed Jobs besides making a CronJob to clean up completed Jobs? The ... keep completed Jobs around. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
650 views
1 answer
    How can I store variables in my crontab? I realize it's not shell but say I want to have some constants like a path to my app or something? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
896 views
1 answer
    I've seen a few solutions, including watch and simply running a looping (and sleeping) script in the background, ... also run after a reboot. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have a cron job setup on one server to run a backup script in PHP that is hosted on another server. The ... I get my little backup ZIP file. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

57.0k users

...