Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

grgbkr/cf-worker-interval

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cf-worker-clocks

A test Cloudflare worker and durable object which demonstrates that durable object clocks lose time over a series of requests, while worker clocks do not.

Running Locally

npm install

wrangler dev

# Then open http://localhost:8787 in your browser of choice.

Running on Cloudflare

npm install

wrangler publish

# Then open the url for the worker output by the above wrangler publish command.

About

Test Cloudflare durable object interval scheduling

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 69.0%
  • TypeScript 31.0%