Save MONEY while scheduling python scripts on Heroku

Опубликовано: 16 Октябрь 2023
на канале: Always Django
29
2

Hi fellow Django developer, in this tutorial we are going to schedule a python script on heroku the most cost effective way.
Like, share, comment and subscribe.

Github repo
================
https://github.com/Chuqdi/youtube_her...

Procfile
============
worker: python PYTHON_FILE_NAME.py

Runtime.txt
=====================
python-3.10.5