ChimeraPy / Engine

Distributed computing framework for Multimodal data written in Python
https://chimerapy-engine.readthedocs.io
GNU General Public License v3.0
9 stars 0 forks source link

Manager.shutdown should have options not to force worker shutdown #283

Open umesh-timalsina opened 1 year ago

umesh-timalsina commented 1 year ago

If this option is provided, then we might need the two options:

  1. Shutdown will make sure that all the worker services are shutdown and the whole service.
  2. Keep Workers Should just throw a deregister event, such that all the services are as is and create a new session.