pbacsko commented on PR #1046: URL: https://github.com/apache/yunikorn-core/pull/1046#issuecomment-3516567191
> Is there any expiry (reset) for `backoffDeadline`? (or) Is it valid till application runs? > > Should we reset based on how the situation goes? For example, > > If app is long lived one and has very high pending request for 'x' scheduling cycles between 10 AM and 11 AM and goes normally for rest of the hours without much pending requests, are we still going to skip the app even during those non peak hours? In the default scheduler, there are certain node/pod events which trigger pods to be re-scheduled if they are in the backoff queue. Right now we don't have those, so a 30 second backoff is a hard deadline, ie. it won't be reset. In the future, I can see this as a potential improvement. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
