feat: add release controls and 09:00 collection
This commit is contained in:
@@ -14,8 +14,8 @@ const isCodexSeatbeltSandbox = process.env.CODEX_SANDBOX === "seatbelt";
|
||||
const localBindingConfig = {
|
||||
main: "./worker/index.ts",
|
||||
compatibility_flags: ["nodejs_compat"],
|
||||
// Cloudflare cron uses UTC. 02:00 UTC is 10:00 in Asia/Shanghai.
|
||||
triggers: { crons: ["0 2 * * *"] },
|
||||
// Cloudflare cron uses UTC. 01:00 UTC is 09:00 in Asia/Shanghai.
|
||||
triggers: { crons: ["0 1 * * *"] },
|
||||
d1_databases: d1
|
||||
? [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user