0
votes

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?

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

1 Answers

1
votes

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