*Maybe* there is a command to purge a Queue?
Maybe there is a command to purge a Queue?

wrangler login but.... ✘ [ERROR] Timed out waiting for authorization code, please try again. as [Allow] never succeedswrangler deploy via token api, what permissions are needed? I enabled Cloudflare Pages:Edit, Workers KV Storage:Edit User Details:Read but it's still saying a very useful "Please ensure it has the correct permissions for this operation".[WARNING] Your Worker failed validation because it exceeded startup limits. for what seems like nearly the same script. The only diff is the js one (The one throwing deploy error) logic is inside a class method and the ts version (which does deploy) has biz logic inside fetchconst { Something} = await import("someGiantPackage");itty-durable is amazingitty-durable do that RPC doesn't?export default class extends WorkerEntrypoint {
async fetch() { return new Response("Hello from Worker B"); }
async chat(messages) {
// need env here
}export default class extends WorkerEntrypoint<Environment> {
async fetch() { return new Response("Hello from Worker B"); }
async chat(messages) {
this.env // Do something
}
}Access to manifest at 'https://consent.dash.cloudflare.com/manifest.json' from origin 'https://dash.cloudflare.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
consent.dash.cloudflare.com/manifest.json:1
Failed to load resource: net::ERR_FAILED
consent-form:1 Access to internal resource at 'https://consent.dash.cloudflare.com/manifest.json' from origin 'https://dash.cloudflare.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.✘ [ERROR] Timed out waiting for authorization code, please try again.[Allow]Cloudflare Pages:Edit, Workers KV Storage:EditUser Details:Read