Queue stuck

What is the name of the domain?

What is the issue you’re encountering

Messages on queue have not been sent to the consumer. But the number of retries keep going up to 1. Now the queue only dispatch 1 message per 10~15 minutes. My consumer code is using D1, Browser rendering, producer (same queue)

What are the steps to reproduce the issue?

  • Create a queue.
  • Deploy a web crawler consumer. Here is the config:
    max_batch_timeout = 0
    max_batch_size = 1
    max_concurrency = 20
  • Enqueue 200 messages

Screenshot of the error

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