Ivar
Ivar

Reputation: 5732

How can I use Heroku's scheduler to run jobs in a 2X sized dyno?

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

Answers (2)

strivedi183
strivedi183

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

mschoening
mschoening

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

Related Questions