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

Unexpected POST requests in New Relic logs on Heroku running Parse-Server #3020

Closed
raytrask opened this issue Nov 5, 2016 · 1 comment
Closed

Comments

@raytrask
Copy link

raytrask commented Nov 5, 2016

Describe your issue in as much detail as possible.

I am getting indeterministic response times in my parse-server running on heroku. Most transcations are at or below 100ms, but every so often the get into the 10s of seconds, making my users feel like the mobile app has locked up.

We added in New Relic and logging to find a table with very small requests times on average, but every so often I get a much longer response time of POSTS to the same table (HSEvent). I also see not slow queries in the mLab dashboard.

Funny thing is, my app does not do posts as far as I know. I even setup break points in the parse save methods and they did not get reached.

I asked a question in stack overflow, but as an afterthought felt maybe I should have come here. The questions is:

http://stackoverflow.com/questions/40433632/unexpected-post-requests-in-new-relic-logs-on-heroku-running-parse-server

Let me know if it would be better to work on this thread or stack overflow.

Steps to reproduce

??? I don't know. I can't explain why we are seeing the posts.

Expected Results

Deterministic response times, mostly consistant.

Actual Outcome

See diagrams and tables

Environment Setup

  • Server

    • parse-server version (Be specific! Don't say 'latest'.) : parse-server-example 1.4.0
    • Operating System: ??
    • Hardware: ??
    • Localhost or remote server? Heroku, 1x and 2x dynos
  • Database

    • MongoDB version: 3.0.2
    • Storage engine: ??
    • Hardware: ??
    • Localhost or remote server? mlab

Logs/Trace

See log dump in
http://stackoverflow.com/questions/40433632/unexpected-post-requests-in-new-relic-logs-on-heroku-running-parse-server

@hramos
Copy link
Contributor

hramos commented Nov 29, 2016

Yeah, this is better suited for SO. I'm aware no one has answered your question there yet, but issues are best when they're about a specific, reproducible issue with the code.

@hramos hramos closed this as completed Nov 29, 2016
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

2 participants