#Best way to manually run worker once?

1 messages · Page 1 of 1 (latest)

oblique skiff
#

Durable Objects might be what you looking for

split lily
#

For easy one? Maybe scheduled worker with if passthrough logic

But for real one time execution, durable objects

You can use the alarm API to define when to run the code, and to avoid it's repetition