-
Notifications
You must be signed in to change notification settings - Fork 204
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
dstack version
master
Python version
3.11
Host OS
macOS 13.4
Host Arch
ARM
What happened?
Currently, _run_job() only handles BackendError from the backends:
| except BackendError as e: |
If the backend raises a different exception, _process_submitted_job() fails and the run is processed indefinitely. This should be fixed by catching the unexpected exceptions as well and logging them with logger.exception().
CLI logs
No response
Server logs
No response
Runner logs
No response
Additional Information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working