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
Branches
Tags
No related merge requests found
...@@ -130,7 +130,10 @@ func CreateGenericJobFromPersistence[T any](jobImport JobPersistence, runner Run ...@@ -130,7 +130,10 @@ func CreateGenericJobFromPersistence[T any](jobImport JobPersistence, runner Run
timeout: jobImport.Timeout, timeout: jobImport.Timeout,
maxRetries: jobImport.MaxRetries, maxRetries: jobImport.MaxRetries,
RetryDelay: jobImport.RetryDelay, RetryDelay: jobImport.RetryDelay,
dependencies: jobImport.Dependencies,
runner: runner, 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