JP.
JP.

Reputation: 5594

Replacement for Heroku Scheduler

Heroku's Scheduler is great. For tasks running daily, hourly or at 10 minute intervals I think it's excellent and simple.

I have a (very fast running) process I want to run every 10 seconds. I have it set up as a rake task, how should I efficiently and simply set this up on the Heroku platform while minimising my dyno usage?

Thanks

Upvotes: 1

Views: 619

Answers (1)

Related Questions