0

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?

aaandre
  • 2,502
  • 5
  • 33
  • 46

1 Answers1

1

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

aaandre
  • 2,502
  • 5
  • 33
  • 46