Skip to content

mikenomitch/cron-container

Repository files navigation

Cron Container Starter

Deploy to Cloudflare

This is a template showing running Cron Worker using a Container.

Outside of this repo, you can start a new project with this template using C3 (the create-cloudflare CLI):

npm create cloudflare@latest -- --template=mikenomitch/cron-container

Getting Started

First, run:

npm install
# or
yarn install
# or
pnpm install
# or
bun install

You can start editing your Worker by modifying src/index.ts and you can start editing your Container by editing the content of container_src.

Deploying To Production

Command Action
npm run deploy Deploy your application to Cloudflare

Learn More

To learn more about Containers, take a look at the following resources:

Your feedback and contributions are welcome!

About

A template for a Worker cron job using a container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published