Skip to content
Snippets Groups Projects
Verified Commit 9355050f authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: stats are not loaded #12

parent ee990c85
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,10 @@ func CreateGenericJobFromPersistence[T any](jobImport JobPersistence, runner Run
timeout: jobImport.Timeout,
maxRetries: jobImport.MaxRetries,
RetryDelay: jobImport.RetryDelay,
dependencies: jobImport.Dependencies,
runner: runner,
stats: jobImport.Stats,
logs: jobImport.Logs,
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment