Daily Usage Limits is not reset at UTC 0

What is the name of the domain?

/ai/workers-ai/models

What is the issue you’re encountering

Daily Usage Limits is not reset at UTC 0

Screenshot of the error

A Worker that fails as a result of daily request limit errors can be configured by toggling its corresponding route in two modes: 1) Fail open and 2) Fail closed.

Fail open

Routes in fail open mode will bypass the failing Worker and prevent it from operating on incoming traffic. Incoming requests will behave as if there was no Worker.

​​Fail closed

Routes in fail closed mode will display a Cloudflare 1027 error page to visitors, signifying the Worker has been temporarily disabled. Cloudflare recommends this option if your Worker is performing security related tasks.

You can read more at Limits · Cloudflare Workers docs.

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