@wonsukchoi/crondex 0.11.0 → 0.12.0
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 +34 -27
- package/catalog.json +1790 -40
- package/jobs/agriculture/crop-price-market-watch.yaml +32 -0
- package/jobs/agriculture/livestock-feed-stock-check.yaml +35 -0
- package/jobs/automotive/loaner-vehicle-return-reminder.yaml +35 -0
- package/jobs/automotive/parts-backorder-check.yaml +33 -0
- package/jobs/automotive/repair-order-aging-check.yaml +35 -0
- package/jobs/childcare/immunization-record-compliance-check.yaml +33 -0
- package/jobs/childcare/staff-child-ratio-compliance-check.yaml +30 -0
- package/jobs/childcare/tuition-payment-late-check.yaml +35 -0
- package/jobs/construction/equipment-rental-return-reminder.yaml +35 -0
- package/jobs/construction/subcontractor-insurance-expiry-check.yaml +35 -0
- package/jobs/creator/sponsorship-deliverable-tracker.yaml +38 -0
- package/jobs/crypto/defi-liquidation-risk-watch.yaml +36 -0
- package/jobs/crypto/token-unlock-vesting-watch.yaml +34 -0
- package/jobs/ecommerce/checkout-conversion-drop-watch.yaml +39 -0
- package/jobs/ecommerce/negative-review-alert.yaml +35 -0
- package/jobs/education/at-risk-student-grade-watch.yaml +35 -0
- package/jobs/education/field-trip-permission-slip-check.yaml +36 -0
- package/jobs/events/attendee-checkin-rate-watch.yaml +37 -0
- package/jobs/events/event-staffing-shortfall-check.yaml +34 -0
- package/jobs/fitness/class-utilization-check.yaml +32 -0
- package/jobs/fitness/gym-equipment-maintenance-check.yaml +35 -0
- package/jobs/fitness/gym-membership-renewal-reminder.yaml +35 -0
- package/jobs/fleet/driver-license-cdl-expiry-check.yaml +35 -0
- package/jobs/fleet/vehicle-inspection-due-check.yaml +35 -0
- package/jobs/gaming/game-server-uptime-check.yaml +34 -0
- package/jobs/gaming/tournament-registration-deadline-check.yaml +34 -0
- package/jobs/government/constituent-casework-followup-check.yaml +33 -0
- package/jobs/government/foia-request-deadline-check.yaml +36 -0
- package/jobs/government/permit-application-backlog-check.yaml +37 -0
- package/jobs/healthcare/insurance-eligibility-verification-check.yaml +32 -0
- package/jobs/healthcare/lab-result-followup-check.yaml +34 -0
- package/jobs/hiring/background-check-status-check.yaml +35 -0
- package/jobs/hiring/interview-feedback-overdue-check.yaml +33 -0
- package/jobs/hospitality/guest-maintenance-request-backlog-check.yaml +35 -0
- package/jobs/hospitality/guest-review-response-check.yaml +35 -0
- package/jobs/hr/exit-interview-completion-check.yaml +33 -0
- package/jobs/hr/performance-review-cycle-reminder.yaml +34 -0
- package/jobs/insurance/certificate-of-insurance-request-check.yaml +38 -0
- package/jobs/insurance/premium-payment-due-reminder.yaml +35 -0
- package/jobs/inventory/inventory-shrinkage-watch.yaml +36 -0
- package/jobs/inventory/overstock-slow-mover-check.yaml +36 -0
- package/jobs/investing/earnings-calendar-watch.yaml +32 -0
- package/jobs/investing/tax-loss-harvesting-review.yaml +33 -0
- package/jobs/legal/compliance-filing-deadline-reminder.yaml +38 -0
- package/jobs/logistics/container-demurrage-fee-watch.yaml +35 -0
- package/jobs/logistics/last-mile-delivery-exception-check.yaml +36 -0
- package/jobs/manufacturing/raw-material-shortage-risk-check.yaml +31 -0
- package/jobs/manufacturing/supplier-otd-performance-watch.yaml +38 -0
- package/jobs/marketing/campaign-utm-tracking-check.yaml +41 -0
- package/jobs/nonprofit/board-action-item-followup-check.yaml +28 -0
- package/jobs/nonprofit/grant-reporting-deadline-check.yaml +38 -0
- package/jobs/podcast/podcast-download-drop-watch.yaml +42 -0
- package/jobs/podcast/podcast-rating-review-watch.yaml +37 -0
- package/jobs/realestate/property-tax-deadline-reminder.yaml +35 -0
- package/jobs/restaurant/food-cost-percentage-watch.yaml +35 -0
- package/jobs/restaurant/labor-cost-percentage-watch.yaml +36 -0
- package/jobs/retail/employee-shift-gap-check.yaml +35 -0
- package/jobs/retail/pos-till-reconciliation-check.yaml +33 -0
- package/jobs/retail/store-opening-checklist-reminder.yaml +30 -0
- package/jobs/support/agent-workload-balance-check.yaml +30 -0
- package/jobs/support/ticket-reopened-rate-watch.yaml +35 -0
- package/jobs/team/on-call-fatigue-check.yaml +39 -0
- package/jobs/veterinary/boarding-checkout-reminder.yaml +29 -0
- package/jobs/veterinary/controlled-substance-log-audit.yaml +33 -0
- package/jobs/veterinary/pet-vaccine-due-reminder.yaml +34 -0
- package/jobs/warehousing/climate-control-compliance-check.yaml +40 -0
- package/jobs/warehousing/dock-schedule-conflict-check.yaml +30 -0
- package/jobs/warehousing/pick-pack-error-rate-watch.yaml +35 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -91,47 +91,54 @@ tags, variables) use `crondex list`, `crondex recommend`, or browse
|
|
|
91
91
|
`jobs/<category>/` directly.
|
|
92
92
|
|
|
93
93
|
<!-- BEGIN JOB SUMMARY -->
|
|
94
|
-
|
|
94
|
+
257 jobs across 44 categories:
|
|
95
95
|
|
|
96
96
|
| category | jobs |
|
|
97
97
|
|---|---|
|
|
98
|
-
| `agriculture` |
|
|
99
|
-
| `
|
|
98
|
+
| `agriculture` | 5 |
|
|
99
|
+
| `automotive` | 3 |
|
|
100
|
+
| `childcare` | 3 |
|
|
101
|
+
| `construction` | 5 |
|
|
100
102
|
| `content` | 13 |
|
|
101
|
-
| `creator` |
|
|
102
|
-
| `crypto` |
|
|
103
|
+
| `creator` | 5 |
|
|
104
|
+
| `crypto` | 5 |
|
|
103
105
|
| `devops` | 26 |
|
|
104
|
-
| `ecommerce` |
|
|
105
|
-
| `education` |
|
|
106
|
-
| `events` |
|
|
106
|
+
| `ecommerce` | 5 |
|
|
107
|
+
| `education` | 5 |
|
|
108
|
+
| `events` | 5 |
|
|
107
109
|
| `finance` | 10 |
|
|
108
|
-
| `
|
|
109
|
-
| `
|
|
110
|
+
| `fitness` | 3 |
|
|
111
|
+
| `fleet` | 5 |
|
|
112
|
+
| `gaming` | 5 |
|
|
113
|
+
| `government` | 3 |
|
|
110
114
|
| `growth` | 5 |
|
|
111
|
-
| `healthcare` |
|
|
112
|
-
| `hiring` |
|
|
115
|
+
| `healthcare` | 5 |
|
|
116
|
+
| `hiring` | 5 |
|
|
113
117
|
| `home` | 5 |
|
|
114
|
-
| `hospitality` |
|
|
115
|
-
| `hr` |
|
|
116
|
-
| `insurance` |
|
|
117
|
-
| `inventory` |
|
|
118
|
-
| `investing` |
|
|
118
|
+
| `hospitality` | 5 |
|
|
119
|
+
| `hr` | 5 |
|
|
120
|
+
| `insurance` | 5 |
|
|
121
|
+
| `inventory` | 5 |
|
|
122
|
+
| `investing` | 5 |
|
|
119
123
|
| `learning` | 5 |
|
|
120
|
-
| `legal` |
|
|
121
|
-
| `logistics` |
|
|
122
|
-
| `manufacturing` |
|
|
123
|
-
| `marketing` |
|
|
124
|
-
| `nonprofit` |
|
|
124
|
+
| `legal` | 5 |
|
|
125
|
+
| `logistics` | 5 |
|
|
126
|
+
| `manufacturing` | 5 |
|
|
127
|
+
| `marketing` | 5 |
|
|
128
|
+
| `nonprofit` | 5 |
|
|
125
129
|
| `personal` | 9 |
|
|
126
|
-
| `podcast` |
|
|
130
|
+
| `podcast` | 5 |
|
|
127
131
|
| `productivity` | 9 |
|
|
128
|
-
| `realestate` |
|
|
129
|
-
| `restaurant` |
|
|
132
|
+
| `realestate` | 5 |
|
|
133
|
+
| `restaurant` | 5 |
|
|
134
|
+
| `retail` | 3 |
|
|
130
135
|
| `sales` | 5 |
|
|
131
136
|
| `security` | 14 |
|
|
132
|
-
| `support` |
|
|
133
|
-
| `team` |
|
|
137
|
+
| `support` | 5 |
|
|
138
|
+
| `team` | 5 |
|
|
134
139
|
| `travel` | 5 |
|
|
140
|
+
| `veterinary` | 3 |
|
|
141
|
+
| `warehousing` | 3 |
|
|
135
142
|
<!-- END JOB SUMMARY -->
|
|
136
143
|
|
|
137
144
|
---
|