社区
与其他 Dagu 用户交流、为项目贡献代码、向社区学习。
从社区的实际经验和教程中学习
Dagu – L’orchestrateur de workflows pour oublier les crontabs
A French tech blog post exploring Dagu as the ideal middle ground between simple cron jobs and heavy orchestrators like Airflow. Covers how Dagu’s YAML-based DAG definitions bring clarity to complex job dependencies without requiring script rewrites.
Complete Guide to SubDAGs
A comprehensive guide to using SubDAGs in Dagu. Learn how to organize complex workflows by breaking them into reusable, modular components for better maintainability and scalability.
Using SSH Executor in Dagu: A Complete Guide
A comprehensive guide to using Dagu's SSH executor for running workflows on remote servers. Learn how to configure SSH authentication, manage remote tasks, and build distributed workflows.
Understanding Partial Success in DAG Systems: Building Resilient Workflows
Learn how to handle partial success scenarios in DAG-based workflow systems and build more resilient workflows with proper error handling strategies.