https://github.com/jamescowling/cronvex
Send http requests on a periodic schedule.
https://github.com/jamescowling/cronvex
convex cron cronjob cronjob-scheduler scheduler
Last synced: 6 months ago
JSON representation
Send http requests on a periodic schedule.
- Host: GitHub
- URL: https://github.com/jamescowling/cronvex
- Owner: jamescowling
- License: mit
- Created: 2024-04-25T00:48:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T23:51:32.000Z (12 months ago)
- Last Synced: 2025-03-29T05:51:19.425Z (7 months ago)
- Topics: convex, cron, cronjob, cronjob-scheduler, scheduler
- Language: TypeScript
- Homepage: https://cronvex.com
- Size: 1.46 MB
- Stars: 50
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cronvex
Send http requests on a periodic schedule.
This is an implementation of a http webhook-calling cron service running on
[Convex](https://convex.dev). Cronvex was originally built as a demo of
userspace crons before these were turned into a standalone Convex component.A user space cron, as opposed to the built-in crons that come by default with
Convex, allow declaration of crons at runtime. The built-in crons in Convex can
only be defined statically, in a file called `crons.ts`.If you're looking at this project you might be interested in the [Convex crons
component](https://www.npmjs.com/package/@convex-dev/crons).This project is described in more detail in the blog post [Cron Jobs in User
Space](https://stack.convex.dev/cron-jobs).
See [http://cronvex.com](http://cronvex.com) for a free hosted version of this service.