aporia-ai / mlnotify

🔔 No need to keep checking your training - just one import line and you'll know the second it's done.
https://mlnotify.aporia.com
MIT License
344 stars 19 forks source link

[FEATURE] SDK keep-alive machanism #11

Open SnirShechter opened 3 years ago

SnirShechter commented 3 years ago

Is your feature request related to a problem? Please describe. If for some reason the SDK cannot send a "training-end" request (i.e offline or error), the training will never be finished and the user will never get a notification.

Describe the solution you'd like The SDK should have a keep-alive mechanism and send a ping every ~1min to the server to show it is active. After ~5min of inactivity, the training should fail.

This feature also requires a fail UI and notification.

hiyyg commented 3 months ago

Any solution for this?