Merge branch '2.0.0' of github.com:Shuffle/Shuffle into 2.0.0

This commit is contained in:
Aditya
2024-12-05 01:45:38 +05:30
31 changed files with 2812 additions and 1834 deletions
+1 -3
View File
@@ -2932,9 +2932,7 @@ func checkTenzirNode() error {
return nil
}
log.Printf("[DEBUG] Failed to verify Tenzir node on %s: %s", url, err)
return fmt.Errorf("Tenzir node is not available")
return fmt.Errorf("Tenzir node is not available due to: %s", err)
}
func createPipeline(command, identifier string) (string, error) {