thank you very much. You just solved an issue i've been having for weeks and could not find a soluti
thank you very much. You just solved an issue i've been having for weeks and could not find a solution for!
try/catch on my consumer worker so I was swallowing the errors myself haha. Turns out I was the unreliable one and queues works great max_concurrency to 1 so that your consumer will be invoked only one at a time. max_batch_size setting. 

a11bfcc288144990acb3a9f0ba8c5adf



messages cannot be pulled unless http_pull mode is enabledhttp_pull, which I thought was the key to defining "http_pull mode":
8c720189e5c54eefa03f53eefb7162f1 that gives messages cannot be pulled unless http_pull mode is enabled. I even tried previewing and deleting the 3 messages in there, didn't helpmax_concurrencymax_batch_sizea11bfcc288144990acb3a9f0ba8c5adfmax_batch_size = 1
max_retries = 0messages cannot be pulled unless http_pull mode is enabledmessages cannot be pulled unless http_pull mode is enabledhttp_pull8c720189e5c54eefa03f53eefb7162f1{
"queue_id": "8c720189e5c54eefa03f53eefb7162f1",
"queue_name": "queue2-ci-dlq",
"settings": {},
"created_on": "2024-03-10T18:25:36.141403Z",
"modified_on": "2024-03-10T18:25:36.141403Z",
"producers_total_count": 0,
"producers": [],
"consumers_total_count": 1,
"consumers": [
{
"settings": {
"batch_size": 10,
"max_retries": 100,
"visibility_timeout_ms": 30000,
"retry_delay": 0
},
"consumer_id": "d2a3644fd6cc40fab4e023ce65c451dc",
"type": "http_pull"
}
]
}