Closed YHordijk closed 8 months ago
Currently if an error occurs during setting up of a job it will still run. This is because we are using context-managers that will always call the exit method even in the event of an exception.
Currently if an error occurs during setting up of a job it will still run. This is because we are using context-managers that will always call the exit method even in the event of an exception.