Skip to content

Commit 400bde3

Browse files
committed
Describe durable cron evidence precisely
1 parent 6dfab87 commit 400bde3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/cloudflare-local-gate.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ try {
6666
await assertScheduledPost(scheduledPost.id, "publish", 1, false, "scheduled post after duplicate cron trigger")
6767
cookies.length = 0
6868
await login()
69-
console.log("Cloudflare local runtime gate passed: canonical full-boot probe, explanatory homepage, complete block styles, revision page cache, login, dashboard, post editor, concurrent canonical mutations, authenticated REST post and media creation, plugin ZIP installation and activation, direct R2 upload serving, frontend/admin/editor assets, cold-restart persistence, and bounded exactly-once scheduled callback execution.")
69+
console.log("Cloudflare local runtime gate passed: canonical full-boot probe, explanatory homepage, complete block styles, revision page cache, login, dashboard, post editor, concurrent canonical mutations, authenticated REST post and media creation, plugin ZIP installation and activation, direct R2 upload serving, frontend/admin/editor assets, cold-restart persistence, and bounded durable scheduled callback execution.")
7070
} finally {
7171
await stopWorker()
7272
await rm(stateDirectory, { recursive: true, force: true })

0 commit comments

Comments
 (0)