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?
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?