ShannonAI / service-streamer

Boosting your Web Services of Deep Learning Applications.
Apache License 2.0
1.22k stars 187 forks source link

improve redis worker stability #77

Open starplanet opened 4 years ago

starplanet commented 4 years ago
  1. fix redis worker hang when redis connection is lost or redis server is restarted. When redis server is restarted, the collect thread in original service streamer will exit;

  2. fix redis subscribe channel lost when redis subscribe connection receive no message for a long time. Add health check for get_messsage api.

  3. remove the requirement that redis server subscribes all channels.