Automattic / Automattic/kue

Kue.js Worker process...

Open
#1,175 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
9.4k
Forks
858
PR merge metrics
No merged PRs in 30d

Description

I am trying to replace AWS SQS with Kue.js in a node application.
My concern is, if there are n no of items added in a queue. How many items in the queue will be processed concurrently??
Is it like.... processor will process the each item one at a time or in bulk??
Also if the queue.process() is called for the same queue from two or more different places. how will the processing be done. Kindly suggest

Contributor guide

No contributing guide indexed for this repository

Research direction

Start at the queue.process() entry point and review the existing worker and queue documentation. Document how many jobs a queue processes concurrently and how multiple process() calls for the same queue behave; the issue is complete when both cases are explained clearly.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, node.js
Domain
backend
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.