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 用来处理后台作业的工作人员测功机,并且大部分时间都处于空闲状态。如果我使用 Heroku Scheduler 安排一个任务,该任务会使用这个正在运行的工作人员测功机还是会旋转一个新任务?
我对此有控制权吗?
我重新阅读了文档。它总是旋转测功机。