-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add contest status check to rollover #10930
Add contest status check to rollover #10930
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It works, but the calling function still continues to attempt to get scores, which fails.
@Rotorsoft it looks like this needs to be wired up to the caller function, and also the preemptive ending logic needs to be revisited because it's currently doing an infinite loop of rollover attempts.
Don't see why we need to change anything, this was just an internal change to the rollover logic. From the outside we continue to set the "ended" flag to one-off contests if this function doesn't throw |
What I'm seeing is an error where it fails to get scores, and thus fails to mark as ended, and an infinite loop of rollovers:
|
@ryanbennettvoid to be clear this isnt occuring at the helper level right? Just an adjustment need to the usage in the policy or something? ie can this be merged |
@ianrowan yeah this is good to merge |
Link to Issue
Closes: #10925
Description of Changes
Test Plan
up tickets, breaking changes, etc -->