getting random times worker limit exceeded.

const r = await $fetch("/api/register", {
method: "POST",
body: {
email: t.value,
password: a.value
}
});
const r = await $fetch("/api/register", {
method: "POST",
body: {
email: t.value,
password: a.value
}
});
i am using nuxt3 and d1 as the auth database when ever i am trying to register a new account at random times i am getting the limit excedded error can some one help me understand this as if i am missing something obvious and importent.
No description
1 Reply
cossinle
cossinle10mo ago
Your Worker probably exceeded one of it's limits: https://developers.cloudflare.com/workers/platform/limits/
Limits · Cloudflare Workers docs
You can request adjustments to limits that conflict with your project goals by contacting Cloudflare. To request an increase to a limit, complete the …