wrangler version upload
import css from './file.css'controller.cron inside my worker's scheduled callback is always * * * * * - this makes it impossible to differentiate between the two different schedules. Is this a known issue? If so, is there any workaround?

await instance.response()?wrangler dev command with hot reload{
"main": ".open-next/worker.js",
"name": "frontend",
"compatibility_date": "2025-03-25",
"compatibility_flags": [
"nodejs_compat"
],
"assets": {
"directory": ".open-next/assets",
"binding": "ASSETS"
},
"vars": {
"AUTH_SCRET": "hzDTRm",
...
}
} "logs": [
{
"message": [
"ReferenceError: WeakRef is not defined"
],
"level": "error",
"timestamp": 1747789785073
},
{
"message": [
" ⨯",
"ReferenceError: WeakRef is not defined"
],
"level": "error",
"timestamp": 1747789785073
}
],wrangler version uploadimport css from './file.css' "triggers": {
"crons": ["* * * * *", "*/2 * * * *"]
},controller.cron (error) Error: Response closed due to connection limitawait instance.response()