We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
django-crontab
CRONJOBS = [ ('0 0 * * *', 'vehicle_owner_booking.cron.my_scheduled_job'), ('55 23 * * *', 'vehicle_owner_booking.cron.subscription_ended_check'), ]
when i running this crontab add command on heroku server its giving me error
crontab -l
python manage.py crontab add
so i checked inside usr/bin there is not crontab file present. please help me.
The text was updated successfully, but these errors were encountered:
I'm guessing this means Heroku doesn't actually have cron installed. I'd note their documentation advises against it's use https://devcenter.heroku.com/articles/scheduled-jobs-custom-clock-processes
Sorry, something went wrong.
No branches or pull requests
Environment & Versions
Settings
django-crontab
settings:Details
when i running this crontab add command on heroku server its giving me error
crontab -l
after runningpython manage.py crontab add
.cannot found ‘/usr/bin/crontab’
so i checked inside usr/bin there is not crontab file present.
please help me.
The text was updated successfully, but these errors were encountered: