fix: make cron migration more performant (#1076)

* fix: make cron migration more performant

* whitespace
This commit is contained in:
abelanger5
2024-11-27 14:50:00 -05:00
committed by GitHub
parent 147a750e48
commit e6cd65300f
3 changed files with 16 additions and 4 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ Hatchet replaces difficult to manage legacy queues or pub/sub systems so you can
**Example Use Cases:**
- **AI Agents:** define your agentic workflows as code and leverage Hatchet to retry failures and parallelize agent actions.
- **AI Agents:** define your agentic workflows as code and leverage Hatchet to retry failures and parallelize agent actions.
- **Fairness for Generative AI:** Don't let busy users overwhelm your system. Hatchet lets you distribute requests to your workers fairly with configurable policies.
- **Batch Processing for Document Indexing:** Hatchet can handle large-scale batch processing of documents, images, and other data and resume mid-job on failure.
- **Workflow Orchestration for Multi-Modal Systems:** Hatchet can handle orchestrating multi-modal inputs and outputs, with full DAG-style execution.