Reputation: 5732
I would like to use Heroku's scheduler addon to run a job on a large size Heroku dyno. Is this possible? and if so, how?
Upvotes: 0
Views: 474
Reputation: 4831
Heroku now supports choosing your dyno size on Heroku Scheduler (see Heroku Documentation )
On the Scheduler Dashboard, click “Add Job…”, enter a task, select a frequency, dyno size, and next run time.
This feature was added June 6th, 2013 (see Heroku Changelog)
Upvotes: 1
Reputation: 26
This is not currently possible however it's high on the requested list of features for 2X dynos and Heroku is looking into it.
Upvotes: 1