-
Notifications
You must be signed in to change notification settings - Fork 16
FlaSH Timeout Code in Runner not running FlaSH #1800
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
Conversation
|
I added the changes we discussed about threading & downloading files from AWS! |
krivard
left a comment
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.
Mostly documentation updates. The functionality changes look good!
| None if remote | ||
| Locally returns past 7 days and the all outliers dataframe |
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.
question: aren't past 7 days and outliers returned regardless of local/remote?
(there's no if not local guarding the process_params return at L417)
_delphi_utils_python/tests/flash_ref/confirmed_incidence_num/last_7_1.csv
Show resolved
Hide resolved
Co-authored-by: Katie Mazaitis <[email protected]>
Thank you for these suggestions! I think they should be reflected in the code now. |
krivard
left a comment
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.
👍 nice work!
FlaSH threading Timer function prevents the function from running for x amt. of time, and thus doesn't function as a timeout. The following changes should have the flash module time out appropciately