Skip to content

Improve dask init

Jeremie Hallal requested to merge improve_dask_init into master

Dask client should be initialized at service startups and closed at stop. Today we are using the asynchronous client distributed against process and the client is initialized when the first request arrives.

This change starts initialization tasks asynchronously.

Edited by Jeremie Hallal

Merge request reports