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

/cron/check_status cannot log properly #35

Open
mtlynch opened this issue Jul 1, 2015 · 0 comments
Open

/cron/check_status cannot log properly #35

mtlynch opened this issue Jul 1, 2015 · 0 comments

Comments

@mtlynch
Copy link
Contributor

mtlynch commented Jul 1, 2015

Something strange happens when /cron/check_status executes because it seems to only log a portion of its log messages. It does produce particularly verbose logs so I'm not sure if we're exceeding some limit on the number of logs, but when I examine the logs, it does not appear to have everything.

Hypotheses for causes:

  • Too many log messages for a single request, GAE is cutting off the logs
  • Job is taking too long and GAE is killing the request before it finishes executing (though this doesn't really make sense because a deadline exceeded should show up in the logs instead of just a successful execution with missing entries)
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

No branches or pull requests

1 participant