ruby
ruby
@shihang1228 [email protected] 谢谢
我也遇到了解决了吗?
> Currently, that feature is not available. How to perform some timed tasks when I am performing tasks? After the execution, I paused using the timer to enable it and...
> `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
My task is asynchronous, I want him to continue after performing a lot of actions Now after using process, all actions will be executed quickly this.queue.process( QueueEunm.SEND_MSG, async (job) =>...
init Queue ``` this.messageQueue = await Queue.createQueue({ inMemoryOnly: true, filename: PathHelper.getQueuePath(this.userId + '_message_queue'), autoload: true }); ``` start ``` this.messageQueue.process( QueueEunm.SEND_MESSAGE, async job => { // wait 10 seconds. await...
I probably created 7-8 at the same time, the priority is the lowest I think there is a risk of concurrency for a large amount of data? Is there any...
If the concurrency problem cannot be solved, is it possible to set the order of consumption conditions or the priority of certain values through conditions? For example, sort by a...
What should I do? Any good ?😶🌫️
👌 Thank you very much for coming to fix and optimize him on this foundation