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.