aaandre
aaandre

Reputation: 2512

Heroku Scheduler: Will it spin up a new dyno if a worker already exists?

I have a worker dyno used by Sidekiq to process background jobs and sits idle most of the time. If I schedule a task with the Heroku Scheduler, would that task use this running worker dyno or will it spin a new one?

Do I have control over this?

Upvotes: 0

Views: 108

Answers (1)

aaandre
aaandre

Reputation: 2512

I re-read the documentation. It always spins up a dyno.

Upvotes: 1

Related Questions