How to Run a Python While True script on Heroku

后端 未结 0 1422
情歌与酒
情歌与酒 2021-01-25 12:38

I have a Python script that looks something like this:

while True:
    # send me an email
    # sleep for 1 hour

How could I dep

相关标签:
回答
  • 消灭零回复
提交回复
热议问题