This commit is contained in:
sujit
2025-09-19 22:30:21 +05:45
parent e4344bc96e
commit b82cd20eef
9 changed files with 565 additions and 22 deletions

View File

@@ -116,7 +116,7 @@ func demonstrateTaskRecovery() {
log.Println("💡 In a real scenario, the recovered task would continue processing from the 'process' node")
}
func main() {
func mai5n() {
fmt.Println("=== DAG Task Recovery Example ===")
demonstrateTaskRecovery()
}