Is there any issue with queue? because

Is there any issue with queue? because message in queue is resolving very late! !
7 Replies
Pranshu Maheshwari
no system wide issues - could you tell me more about what you're seeing? what do you mean by resolving here?
Aakash
AakashOP2w ago
Resolving mean message consuming. I have use multiple queue for performing some api call to server, every queue consuming message on time but there is one queue which is taking 10-15 secs for consuming message, so can you please suggest me what could be the issue?
Pranshu Maheshwari
Are all of the queues connected to the same consumer Worker? IE, is this queue that's taking 10-15s doing the same thing as the other queues? My best guess is that the API calls to the other server are taking time to complete If you're comfortable sharing your consumer worker code here, feel free to, and I can try to help!
Aakash
AakashOP7d ago
@Pranshu Maheshwari Thank you for response. Issue got resolve by setting message waiting time 30 sec to 5 sec.
Aakash
AakashOP7d ago
@Pranshu Maheshwari I Just want to know is there any limit on table creation in D1? as I am not able to find out this thing there is only D1 storage but is there any limit on number of table creation? https://developers.cloudflare.com/d1/platform/limits/ In above link only limit of storage size is mentioned.
Cloudflare Docs
Limits · Cloudflare D1 docs
Cloudflare also offers other storage solutions such as Workers KV, Durable Objects, and R2. Each product has different advantages and limits. Refer to Choose a data or storage product to review which storage option is right for your use case.
From An unknown user
From An unknown user
Pranshu Maheshwari
No limits, but feel free to ask in #d1-database too!
Aakash
AakashOP6d ago
Thanks!

Did you find this page helpful?