Skip to content

Commit

Permalink
Remove weakref finalizer for Offload Executor (dask#7644)
Browse files Browse the repository at this point in the history
  • Loading branch information
fjetter authored and ypogorelova committed Mar 16, 2023
1 parent 9151b38 commit cca25f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion distributed/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1397,7 +1397,6 @@ def is_valid_xml(text):


_offload_executor = ThreadPoolExecutor(max_workers=1, thread_name_prefix="Dask-Offload")
weakref.finalize(_offload_executor, _offload_executor.shutdown)


def import_term(name: str) -> AnyType:
Expand Down

0 comments on commit cca25f7

Please sign in to comment.