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队列吗?我正在构建的网络应用程序上有用户。他们运行后台作业。我希望能够为每个用户设置一个队列。所以队列的数量是可变的。我可以这样做吗?
不,您不能在启动 sidekiq 时创建队列。我们无法在运行时配置它。