Skip to content

Latest commit

 

History

History
 
 

worker-example-request-scheduler

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Template: worker-example-request-scheduler

Deploy to Cloudflare Workers

A example for building a scalable request scheduler.

Setup

To create a my-project directory using this template, run:

$ npm init cloudflare my-project worker-example-request-scheduler
# or
$ yarn create cloudflare my-project worker-example-request-scheduler
# or
$ pnpm create cloudflare my-project worker-example-request-scheduler

Note: Each command invokes create-cloudflare for project creation.