Skip to main content

Questions tagged [cron]

Cron is a time-based job scheduler running as a daemon process in Unix-like computer operating systems. Questions about configuring cron for systems or administration are OFF TOPIC.

0 votes
0 answers
42 views

Slow Ansible installation of cron jobs

I have a variable defined like this: cron_jobs: - name: "check dirs 1" minute: "0" hour: "5,2" job: "ls -alh > /dev/null" - name: "check ...
hermit.crab's user avatar
-1 votes
0 answers
27 views

Connection Error while running cron scheduler

I have written a code to fetch APIs. It runs without any problems when I directly run it from shell using python codename.py configfiles.ini >> logs.txt #OR sh module.sh "run" >> ...
SSJ's user avatar
  • 1
0 votes
1 answer
39 views

I would like to Create a (cron) schedule in Databricks that runs a job on Wednesday after the first Monday of a month

I need a Databricks job to run on Wednesday after the first Monday of a month. Or the same: two days after the first Monday. I found that Cron for the first Wednesday of a month 0 30 6 ? * 4#1 but ...
Sebastian 's user avatar
0 votes
0 answers
30 views

Copy to Google Drive on Mac works in shell script but not in cron or launchctl job

I am trying to setup a nightly task on my Mac to edit a file and then copy that file to my Google Drive which is accessible directly from my Mac's file system through Google Desktop integration. I ...
Orestes's user avatar
  • 41
0 votes
0 answers
39 views

problem with the cron and pdf of odoo 15 when producing the documents

`When the invoice document is generated manually the document comes out fine, but when it is generated automatically through cron from my subscription module, it comes out with the formats out of ...
SirDomini x's user avatar
0 votes
0 answers
101 views

Site on render.com "suspended due to a high volume of service-initiated traffic" without warning

For the last few months, I've been running an app using render.com. I noticed the app was having issues to today I logged in to find this warning: Your service has been suspended due to a high volume ...
garson's user avatar
  • 1,575
-1 votes
0 answers
21 views

Is there a way to update a Github README.md file (username/username) automatically using a Github action?

I'm trying to set up something on my Github page that counts the number of days since a date and updates it every day at midnight. I tried to set it up using the below crontab code, but I can't get it ...
Gareth Flandro's user avatar
0 votes
1 answer
18 views

cron job to trigger something on a remote webserver

I have a webserver with ssh access and the possibility to enter a cron job there. I have another second webserver, where I just can create web pages to do some work (via php) when they are called from ...
datafiddler's user avatar
  • 1,813
0 votes
1 answer
26 views

AWS Cloudwatch event rule cron expression

I have this cloudwatch cron event rule to invoke a lambda function every 3 months on same dates (14th to 19th). I want this expression to start running from the current month and 3 months from now ...
pipegrepper's user avatar
0 votes
0 answers
33 views

How to Make API Calls at Prescheduled Timestamps Based on a SQL Table in Python?

Context I have a table in an SQL database looking like this. The goal is to call an api endpoint with the Item id, at the scheduled time, to get the price of the item at that point (the prices are ...
Della's user avatar
  • 1,528
0 votes
1 answer
11 views

Why does crontab entry with process substitution not run?

Why does the first entry not run? * * * * * cat <(date) >>~/output1.txt * * * * * echo $(date) >>~/output2.txt Expected current date in both output1.txt and output2.txt. Only got ...
hawk's user avatar
  • 2,737
0 votes
0 answers
17 views

How to handle google OAuth2 sign (google sheets service)

I have a problem, how do we authenticate google sheets, google apis when running an instance on the backend the code I have provided needs to be run on an cron How Do I implement this, with a cron job,...
Maarij_ahmed's user avatar
0 votes
0 answers
20 views

Running PHPSpreadsheet via crontab on DigitalOcean - not saving

When I run the following script via a browser using the URL, all emails are sent, the XLSX is saved where it should be and the result is very quick. However, when it runs via crontab, it sends me the ...
Jo H's user avatar
  • 1,084
0 votes
0 answers
30 views

Running Python Script through Crontab doesn't work

So I have written a script to summarize a few newsletters and send them to me in Telegram. The script itself works perfectly. Now I tried to run this script every morning at 7 via crontab on a Ubunutu ...
Kai's user avatar
  • 19
-1 votes
0 answers
27 views

How to schedule sh file in mac machine?

I have a script file in mac machine , the script was working fine when i run the script file manually , but when i scheduled that job in crontab , the scheduling is not working. scheduling command - */...
Sarubala M's user avatar

15 30 50 per page