We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931f444 commit db7d6b8Copy full SHA for db7d6b8
azimuth/app.py
@@ -329,9 +329,7 @@ def initialize_managers_and_config(
329
cluster: Dask cluster to use, if different than default.
330
"""
331
global _task_manager, _dataset_split_managers, _azimuth_config
332
- if _task_manager:
333
- _task_manager.restart()
334
- else:
+ if not _task_manager:
335
_task_manager = TaskManager(cluster, azimuth_config.large_dask_cluster)
336
337
_azimuth_config = azimuth_config
0 commit comments