@convex-dev/crons 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://badge.fury.io/js/@convex-dev%2Fcrons)
|
|
4
4
|
|
|
5
|
+
**Note: Convex Components are currently in beta.**
|
|
6
|
+
|
|
5
7
|
This Convex component provides functionality for registering and managing cron
|
|
6
8
|
jobs at runtime. Convex comes with built-in support for cron jobs but they must
|
|
7
9
|
be statically defined at deployment time. This library allows for dynamic
|