You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With current implementation if some error occurs then we simply return an err so that reconciliation could be triggered. But in some case it would required to wait for some interval before retriggering the reconciliation loop.
code structure of odh-model-controller should support to return scheduler interval with err.
The text was updated successfully, but these errors were encountered:
With current implementation if some error occurs then we simply return an
err
so that reconciliation could be triggered. But in some case it would required to wait for some interval before retriggering the reconciliation loop.code structure of odh-model-controller should support to return scheduler interval with err.
The text was updated successfully, but these errors were encountered: