Heroku Dyno ... Performing Schedule Tasks Without a Work

I recently added Heroku Scheduler addons to my heroku app ...

I currently have a free heroku account and have a standard one web dino ....

Now I have set up a scheduled comment to start with the scheduler ... What happens if I have 0 working dines ....

Am I getting paid? Is my task just not starting? Or is he returning to web dino and queuing up for it?

+5
source share
3 answers
+1

, . , , , . , . - , 1 , , 24 .

+5

As Craig noted, the scheduler addon will complete the task for a certain amount of time. It will use the time from your web dinosaur and it will not generate a new dynamometer to complete the task. As a result, your web traffic will be queued for this duration (this is my real understanding of using the scheduler addon for heroku).

-2
source

All Articles