heya, is there any estimate on increasing the concurrency of workflows?
heya, is there any estimate on increasing the concurrency of workflows?




wrangler.json instead:wrangler dev running with the agent-loop Worker
wrangler.json files it is hard to guess at what you are doing though. There’s nothing special here: make sure you are exporting each Workflow, and have a binding to the ones you want to call via the Workers API.pnpm wrangler workflows list doens't return anything as I am just testing in dev for now and want to run the local workflow runs
timestamp.toISOString is not a functiondo 1 and sleep 1 and pick up from do 2. is that correct?wrangler.jsonwrangler.jsonagent-looppnpm wrangler workflows list[vpw:inf] Starting isolated runtimes for vitest.config.mts...
Worker "workflows:telegram-mod-wf"'s binding "USER_WORKFLOW" refers to service "core:user:vitest-pool-workers-runner-" with a named entrypoint "MessageHandler", but "core:user:vitest-pool-workers-runner-" has no such named entrypoint.
WARN - IDE integration: Got finished tests before collecting them
WARN - IDE integration: Cannot finish not started testingtimestamp.toISOString is not a functionconst configs = [{ id: 1, delay: "2 hours" }, { ... }]
for config in configs:
await step.do(`do ${config.id}`, { ... })
await step.sleep(`sleep ${config.id}`, config["delay"])do 1sleep 1do 2