dhkl
dhkl
CDCloudflare Developers
Created by Aslak Hellesoy on 1/26/2025 in #workflows-beta
Hi all. Is it possible to pause/resume
What I've found out through testing: step.sleep() => will keep the workflow status as "running". When a workflow is sleeping, it cannot be paused workflow.pause() => will put the workflow status into paused. It will take a bit of time for the workflow to go into paused state.
8 replies
CDCloudflare Developers
Created by Aslak Hellesoy on 1/26/2025 in #workflows-beta
Hi all. Is it possible to pause/resume
No description
8 replies
CDCloudflare Developers
Created by Aslak Hellesoy on 1/26/2025 in #workflows-beta
Hi all. Is it possible to pause/resume
I'd be over the moon if that works
8 replies
CDCloudflare Developers
Created by Aslak Hellesoy on 1/26/2025 in #workflows-beta
Hi all. Is it possible to pause/resume
My workflow had its status marked as "running" at the sleep step instead of sleeping, and resuming doesn't let me skip the rest of the sleep
8 replies
CDCloudflare Developers
Created by Aslak Hellesoy on 1/26/2025 in #workflows-beta
Hi all. Is it possible to pause/resume
Came to ask the same question. It's just too bad that sleeping cannot be interrupted, otherwise we can do something a bit more clever.
8 replies
HHono
Created by predaytor on 4/16/2024 in #help
How to setup Hono with Remix/Cloudflare for Vite dev server?
Hi, I'm try to get env() from hono/adapter to work with Cloudflare Pages. It works locally when I put my names in .dev.vars, but when I deploy the same code to Cloudflare Pages, I cannot get the value via env(context) or context.env. However, the environment is available in process.env. I'm wondering if process.env is the best way to load env vars when using hono with Cloudflare Pages
11 replies