You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify crons index page and add critical product strategy questions
- Simplify crons/index.mdx: Remove heavy card components, change 'easiest' to 'recommended'
- Add PRFAQ open questions: What's the bare minimum for working cron monitoring?
- Clarify UI-first vs code-first approach and define 'easiest' vs 'most complete'
- Ready for team review on product strategy and simplified UX
*[Manual Integration](manual) - Full SDK integration with custom handling
49
+
*[Advanced Setup](advanced) - Programmatically create and manage monitors
50
+
51
+
### Automatic Integration
52
+
53
+
*[node-cron](automatic#node-cron)
54
+
*[cron](automatic#cron-library)
55
+
*[node-schedule](automatic#node-schedule)
56
+
57
+
If you're using one of these popular cron libraries, use the automatic integration for seamless monitoring.
58
+
59
+
### Manual Integration
60
+
61
+
*[withMonitor() wrapper](manual#withmonitor)
62
+
*[captureCheckIn() calls](manual#capturecheckin)
63
+
*[Custom error handling](manual#error-handling)
64
+
65
+
## Other Tools
66
+
67
+
If you have custom cron logic or use a different scheduling library, we recommend the [manual integration approach](manual) which gives you full control over when and how check-ins are sent.
68
+
69
+
For advanced use cases like CI/CD pipelines or managing many monitors, consider the [programmatic setup](advanced) which lets you create monitors via code.
0 commit comments