Improve dask init
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