Queue Concurrency not working in parallel

For Workers & Pages, what is the name of the domain?

What is the issue or error you’re encountering

Qeues are not working in parallel

What steps have you taken to resolve the issue?

i removed max_concurrency; i set max_concurrency to 200;
this is my config:
{
“queue”: “sources-queue”,
“max_batch_size”: 2,
“max_concurrency”: 250,
“retry_delay”: 15,
“max_retries”: 3,
}

Processing a queue job can take up to 2 minutes. The queue continues to grow over time, and each message is processed one at a time.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.