Kenichi Saito

Results 7 comments of Kenichi Saito

Currently, that feature is not available.

`Queue. shutdown` is not method for pausing queue, it terminates queue. That queue will never be used again.

> Then how should I suspend the queue In the current implementation, the queue can only process the added jobs immediately. We have found that there is a demand for...

@goldencolor Thanks for the bug report. What is the value of `priority`? The order of priority is executed in the order of priority value. If priority values are the same,...

I see, so priority is the same value. If that is the case, I suspect that the creation time may be the same value as a result of adding jobs...

Ummm, in the current implementation, there is no way to specify from the outside....

I would like you to first try to see if adding a few milliseconds of weighting will help. If that does not seem to solve the problem, please look for...