sematic-ai / sematic

An open-source ML pipeline development platform
Other
975 stars 59 forks source link

Move off of polling for pod events #1087

Open augray opened 1 year ago

augray commented 1 year ago

Right now some of the pod events for a standalone run might be missed, because we use polling. It would be better if we subscribed to k8s such that we didn't miss any. Note: this is for information in the "pods" tab.