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
672 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
603 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
422 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
868 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
618 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
416 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
677 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
543 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
486 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
453 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.1k 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
455 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
838 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
435 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
626 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
525 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
514 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
467 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
910 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
581 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
861 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

...