Cron job not running at scheduled time
Hi,
I made a small python script that runs a little banner changer script for a user on Twitter.
This runs on a cron job, which originally was supposed to be running every 2nd day, but it never ran.
I just changed it to do it daily to see if that fixes anything.
10 Replies
Project ID:
0275e871-ab66-47fe-97df-0666d4b1a574
0275e871-ab66-47fe-97df-0666d4b1a574
First screenshot of past runs, the first one is when I had to manually run it
Now I just ran it again manually.
Ignore the top one here as I aborted that one
First time cron job time schedule
Newest cron schedule
Essentially I knew it was going to be running today at midnight, but when I checked it had pushed the time to do it with 13hrs again...
Then I made the change to run everyday at 12:00AM, which is why it is also saying 13hrs.
Solution
alright ty