Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "splight-lib"
version = "5.24.10"
version = "5.24.11"
description = "Splight Python Library"
authors = [
{name = "Splight Dev",email = "dev@splight.com"}
Expand Down
5 changes: 4 additions & 1 deletion splight_lib/execution/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,10 @@ def add_task(
def _task_fail_callback(self, event: JobExecutionEvent):
if event.job_id in self._critical_jobs:
self._logger.error(
"An error ocurred in job execution. Stopping engine"
"An error occurred in job %s, stopping engine: %s",
event.job_id,
event.exception,
exc_info=event.exception,
)
self.stop()
self._state = EngineStatus.FAILED
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading