You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we have a single Job model representing execution flow and arguments. But we can execute the same job multiple times (retries, timeouts). To account for this we need to split it into two separate entities.
Tomaz proposed JobSpecification and JobExecution
The text was updated successfully, but these errors were encountered:
Right now we have a single Job model representing execution flow and arguments. But we can execute the same job multiple times (retries, timeouts). To account for this we need to split it into two separate entities.
Tomaz proposed JobSpecification and JobExecution
The text was updated successfully, but these errors were encountered: