Skip to content
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

Don't wait for new data when override_night set in daily_proc_manager #1866

Merged
merged 2 commits into from Oct 4, 2022

Conversation

akremin
Copy link
Member

@akremin akremin commented Oct 4, 2022

A small change to prevent unnecessary waiting at the end of desi_daily_proc_manager when being run on previous night's data using over_ride night. In main it waits 300 seconds at the end of each iteration. In this PR it waits 300 seconds after each iteration unless override_night is set and a debugging flag is not set.

I tested this by running with override_night set and with it unset and the proper behavior is observed in each instance. This is small enough that I will self merge.

@akremin akremin merged commit 5e59d2a into main Oct 4, 2022
@akremin akremin deleted the dailyproc_speedup branch October 4, 2022 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant