0

I am trying to make a program for a website. Basically it has two scripts;

1.) This script is for registering of users, inputting into the database.
2.) This script will send emails at a particular time and runs 24X7.

Yes it is a daemon script. But im not sure how to implement it on the Heroku Webserver. i've seen the usage of workers but it's expensive, can i not have a tool which runs all day long and at a particular time launched the program. I'm not sure how the script will run without any counter (the counter for the first script is people going to my domain). Thanks.

4

1 に答える 1

0

ここにも同様の質問があります: stackoverflow.com/questions/2611914/。あなたが探しているのは、cronjob を作成することです。cronjobs/スケジュールされたジョブを無料で確立する方法はたくさんあります。

于 2013-10-08T17:24:12.030 に答える