Skip to content

Commit

Permalink
typing
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Apr 19, 2023
1 parent eb273af commit 6d14543
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ def check_scheduler_status(client: distributed.Client):
raise ComputationalBackendNotConnectedError()


_LARGE_NUMBER_OF_WORKERS = 10000
_LARGE_NUMBER_OF_WORKERS: Final[int] = 10000


async def check_maximize_workers(cluster: dask_gateway.GatewayCluster | None) -> None:
Expand Down

0 comments on commit 6d14543

Please sign in to comment.