We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915cde3 commit ed1f9abCopy full SHA for ed1f9ab
streamflow/scheduling/scheduler.py
@@ -167,6 +167,7 @@ async def _free_resources(
167
f"the {job_allocation.job} job working directories: {err}"
168
)
169
storage_usage = Hardware()
170
+ raise
171
self.hardware_locations[loc.name] = (
172
self.hardware_locations[loc.name] - job_hardware
173
) + storage_usage
0 commit comments