hastic-zzz / analytics

Hastic python core for processing machine learning tasks. Could be used separately.
17 stars 2 forks source link

Stop AsyncZmqActor gracefully #2

Open amper43 opened 4 years ago

amper43 commented 4 years ago

we should stop actor's asyncio event loop gracefully by sigterm signal

https://github.com/hastic/hastic-server/blob/master/analytics/analytics/utils/concurrent.py#L130 https://github.com/hastic/hastic-server/blob/master/analytics/analytics/utils/concurrent.py#L71

rozetko commented 4 years ago

Related issue: https://github.com/hastic/hastic-server/issues/493