the universal sandbox runtime for agents and humans. pocketenv.io
sandbox openclaw agent claude-code vercel-sandbox deno-sandbox cloudflare-sandbox atproto sprites daytona
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

Reduce max_batch_timeout to 10 in wrangler configs

+22 -22
+1 -1
apps/cf-sandbox/deploy/amp/wrangler.jsonc
··· 36 36 { 37 37 "queue": "amp-queue", 38 38 "max_batch_size": 10, 39 - "max_batch_timeout": 60, 39 + "max_batch_timeout": 10, 40 40 } 41 41 ], 42 42 },
+1 -1
apps/cf-sandbox/deploy/claude/wrangler.jsonc
··· 36 36 { 37 37 "queue": "claude-queue", 38 38 "max_batch_size": 10, 39 - "max_batch_timeout": 60, 39 + "max_batch_timeout": 10, 40 40 } 41 41 ], 42 42 },
+1 -1
apps/cf-sandbox/deploy/codex/wrangler.jsonc
··· 36 36 { 37 37 "queue": "codex-queue", 38 38 "max_batch_size": 10, 39 - "max_batch_timeout": 60, 39 + "max_batch_timeout": 10, 40 40 } 41 41 ], 42 42 },
+1 -1
apps/cf-sandbox/deploy/copilot/wrangler.jsonc
··· 36 36 { 37 37 "queue": "copilot-queue", 38 38 "max_batch_size": 10, 39 - "max_batch_timeout": 60, 39 + "max_batch_timeout": 10, 40 40 } 41 41 ], 42 42 },
+1 -1
apps/cf-sandbox/deploy/crush/wrangler.jsonc
··· 36 36 { 37 37 "queue": "crush-queue", 38 38 "max_batch_size": 10, 39 - "max_batch_timeout": 60, 39 + "max_batch_timeout": 10, 40 40 } 41 41 ], 42 42 },
+1 -1
apps/cf-sandbox/deploy/cursor/wrangler.jsonc
··· 36 36 { 37 37 "queue": "cursor-queue", 38 38 "max_batch_size": 10, 39 - "max_batch_timeout": 60, 39 + "max_batch_timeout": 10, 40 40 } 41 41 ], 42 42 },
+1 -1
apps/cf-sandbox/deploy/docker/wrangler.jsonc
··· 36 36 { 37 37 "queue": "docker-queue", 38 38 "max_batch_size": 10, 39 - "max_batch_timeout": 60, 39 + "max_batch_timeout": 10, 40 40 } 41 41 ], 42 42 },
+1 -1
apps/cf-sandbox/deploy/gemini/wrangler.jsonc
··· 36 36 { 37 37 "queue": "gemini-queue", 38 38 "max_batch_size": 10, 39 - "max_batch_timeout": 60, 39 + "max_batch_timeout": 10, 40 40 } 41 41 ], 42 42 },
+1 -1
apps/cf-sandbox/deploy/kilo/wrangler.jsonc
··· 36 36 { 37 37 "queue": "kilo-queue", 38 38 "max_batch_size": 10, 39 - "max_batch_timeout": 60, 39 + "max_batch_timeout": 10, 40 40 } 41 41 ], 42 42 },
+1 -1
apps/cf-sandbox/deploy/kiro/wrangler.jsonc
··· 36 36 { 37 37 "queue": "kiro-queue", 38 38 "max_batch_size": 10, 39 - "max_batch_timeout": 60, 39 + "max_batch_timeout": 10, 40 40 } 41 41 ], 42 42 },
+1 -1
apps/cf-sandbox/deploy/mise/wrangler.jsonc
··· 36 36 { 37 37 "queue": "mise-queue", 38 38 "max_batch_size": 10, 39 - "max_batch_timeout": 60, 39 + "max_batch_timeout": 10, 40 40 } 41 41 ], 42 42 },
+1 -1
apps/cf-sandbox/deploy/nanoclaw/wrangler.jsonc
··· 36 36 { 37 37 "queue": "nanoclaw-queue", 38 38 "max_batch_size": 10, 39 - "max_batch_timeout": 60, 39 + "max_batch_timeout": 10, 40 40 } 41 41 ], 42 42 },
+1 -1
apps/cf-sandbox/deploy/nix/wrangler.jsonc
··· 36 36 { 37 37 "queue": "nix-queue", 38 38 "max_batch_size": 10, 39 - "max_batch_timeout": 60, 39 + "max_batch_timeout": 10, 40 40 } 41 41 ], 42 42 },
+1 -1
apps/cf-sandbox/deploy/nullclaw/wrangler.jsonc
··· 36 36 { 37 37 "queue": "nullclaw-queue", 38 38 "max_batch_size": 10, 39 - "max_batch_timeout": 60, 39 + "max_batch_timeout": 10, 40 40 } 41 41 ], 42 42 },
+1 -1
apps/cf-sandbox/deploy/openclaw/wrangler.jsonc
··· 36 36 { 37 37 "queue": "openclaw-queue", 38 38 "max_batch_size": 10, 39 - "max_batch_timeout": 60, 39 + "max_batch_timeout": 10, 40 40 } 41 41 ], 42 42 },
+1 -1
apps/cf-sandbox/deploy/opencode/wrangler.jsonc
··· 36 36 { 37 37 "queue": "opencode-queue", 38 38 "max_batch_size": 10, 39 - "max_batch_timeout": 60, 39 + "max_batch_timeout": 10, 40 40 } 41 41 ], 42 42 },
+1 -1
apps/cf-sandbox/deploy/opencrust/wrangler.jsonc
··· 36 36 { 37 37 "queue": "opencrust-queue", 38 38 "max_batch_size": 10, 39 - "max_batch_timeout": 60, 39 + "max_batch_timeout": 10, 40 40 } 41 41 ], 42 42 },
+1 -1
apps/cf-sandbox/deploy/picoclaw/wrangler.jsonc
··· 36 36 { 37 37 "queue": "picoclaw-queue", 38 38 "max_batch_size": 10, 39 - "max_batch_timeout": 60, 39 + "max_batch_timeout": 10, 40 40 } 41 41 ], 42 42 },
+1 -1
apps/cf-sandbox/deploy/pkgx/wrangler.jsonc
··· 36 36 { 37 37 "queue": "pkgx-queue", 38 38 "max_batch_size": 10, 39 - "max_batch_timeout": 60, 39 + "max_batch_timeout": 10, 40 40 } 41 41 ], 42 42 },
+1 -1
apps/cf-sandbox/deploy/wasmer/wrangler.jsonc
··· 36 36 { 37 37 "queue": "wasmer-queue", 38 38 "max_batch_size": 10, 39 - "max_batch_timeout": 60, 39 + "max_batch_timeout": 10, 40 40 } 41 41 ], 42 42 },
+1 -1
apps/cf-sandbox/deploy/zeroclaw/wrangler.jsonc
··· 36 36 { 37 37 "queue": "zeroclaw-queue", 38 38 "max_batch_size": 10, 39 - "max_batch_timeout": 60, 39 + "max_batch_timeout": 10, 40 40 } 41 41 ], 42 42 },
+1 -1
apps/cf-sandbox/wrangler.jsonc
··· 36 36 { 37 37 "queue": "backup-queue", 38 38 "max_batch_size": 10, 39 - "max_batch_timeout": 60, 39 + "max_batch_timeout": 10, 40 40 } 41 41 ], 42 42 },