-
Notifications
You must be signed in to change notification settings - Fork 4
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
Figure out what is causing intermittent periods of time when data is unable to be inserted #21
Labels
Comments
@ryantanaka note: Looking at the times output files for uhm_frog.
Looking at the syslog. Cron job gets started on schedule.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First observed about about a month ago around 10:25-10:45am.
Observed again 2/12/18 around the same time period for about the same duration.
Scrape-util will be started via the crontab, however the program appears to be doing nothing. State timestamps are not updated so this is fine, the program recovers after about 10:45 ~ 10:50am and acts accordingly. Confirmed with @eileenpeppard that she sees data coming in.
Reason for this is currently unknown. Scrape-util output to stdout and stderr is tossed out because it's running as a cronjob. Errors do not appear in the appropriate errors folder so I'm currently unaware of why this happens but will investigate further. It could be a timeout happening at this time, but why?
The text was updated successfully, but these errors were encountered: