Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Sidekiq がバックグラウンド ジョブを処理するために使用するワーカー dyno があり、ほとんどの場合アイドル状態です。Heroku スケジューラでタスクをスケジュールする場合、そのタスクはこの実行中のワーカー dyno を使用しますか、それとも新しいワーカー dyno をスピンしますか?
これを制御できますか?
ドキュメントを読み直しました。常にdynoをスピンアップします。