Commit b2c24c6
authored
docs: improve Supabase worker cron job setup instructions (#509)
# Improve Supabase Worker Monitoring Documentation
This PR enhances the documentation for keeping Supabase workers running by:
- Adding clear instructions for replacing all placeholders in the SQL example
- Including the project reference placeholder in the URL path
- Fixing the URL format to use the project reference instead of a generic "your-project" placeholder
- Adding a note about creating separate cron jobs for each worker function
- Highlighting code placeholders in the SQL example for better visibility
These changes make the setup process more explicit and help prevent common configuration errors when implementing worker monitoring.1 parent 0b84bb0 commit b2c24c6
File tree
1 file changed
+11
-3
lines changed- pkgs/website/src/content/docs/deploy/supabase
1 file changed
+11
-3
lines changedLines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
38 | | - | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| |||
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
50 | 58 | | |
51 | 59 | | |
52 | 60 | | |
| |||
0 commit comments