You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I specified a job with queue 'my-job:5::5', but when I run Backburner.work via rake task (somehow I can't call rake backburner:work, it shows Don't know how to build task 'environment' (see --tasks) even require 'backburner/tasks' is included already), sometimes it shows this:
INFO -- : Working 2 queues: [ my-default-queue.my-job:[5, nil, 5], my-default-queue.backburner-jobs:[nil, nil, nil] ]
And sometimes it shows this (duplication):
INFO -- : Working 4 queues: [ my-default-queue.my-job:[5, nil, 5], my-default-queue.backburner-jobs:[nil, nil, nil], my-default-queue.my-job:[5, nil, 5], my-default-queue.backburner-jobs:[nil, nil, nil] ]
And if I run two instances of Backburner.work, I can't predict how many queues are going to be run.
Is there a way to specify the number of queues run by Backburner.work?
The text was updated successfully, but these errors were encountered:
Hi,
I specified a job with
queue 'my-job:5::5'
, but when I runBackburner.work
viarake
task (somehow I can't callrake backburner:work
, it showsDon't know how to build task 'environment' (see --tasks)
evenrequire 'backburner/tasks'
is included already), sometimes it shows this:And sometimes it shows this (duplication):
And if I run two instances of
Backburner.work
, I can't predict how many queues are going to be run.Is there a way to specify the number of queues run by
Backburner.work
?The text was updated successfully, but these errors were encountered: