python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Schedule a python code to run for some hours a day in Heroku
I want to run a python app in Heroku server from 8:30 am to 4 pm everyday from Monday to Friday. Close the app after 4 pm and then restart it next day.
How can I do this?
Ratan
Votes: 0
Answers: 1
How do schedule a task to do it after at a specific date in asp.net webforms?
Say I am desingning an exam portal page where i want To show countdown for the exam date and time and if that specific date and time is reached I want to redirect user to a login page. How can i do th...
Akang Toshi
Votes: 0
Answers: 1
Cronjob not firing Laravel Function Schedule
Based on what I read on the documentation and other SO Questions, I need to add * * * * * cd /path-to-your-project && php artisan schedule:run >> /dev/null 2>&1 on crontab -e and ...
Mr. Kenneth
Votes: 0
Answers: 2
Celery chord failing with ValueError: not enough values to unpack (expected 2, got 1)
I am running celery v5.2.3 in a docker container running ubuntu.
Here I am trying to get celery chords to work but every attempt I make give me:
File "/usr/local/lib/python3.7/site-packages/c...
Thorvald Jørgensen
Votes: 0
Answers: 1