Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
francesconazzaro committed May 28, 2024
1 parent b8f0dd7 commit d8360bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cads_broker/dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ def on_future_done(self, future: distributed.Future) -> None:
)
else:
# if the dask status is cancelled, the qos has already been reset by sync_database
logger.info(f"------------------------Sono nel posto sbagliato {future.key}, {future.status}")
return
self.futures.pop(future.key, None)
self.qos.notify_end_of_request(
Expand Down

0 comments on commit d8360bd

Please sign in to comment.