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

pollJourney needs a re-think #17

Open
DanielLarsenNZ opened this issue Jun 15, 2014 · 0 comments
Open

pollJourney needs a re-think #17

DanielLarsenNZ opened this issue Jun 15, 2014 · 0 comments

Comments

@DanielLarsenNZ
Copy link
Contributor

/pollJourney is the API endpoint that is called 80 times by a web job every 5 minutes. Several issues with this:

  • It is screwing the performance metrics - each call takes 1.5 seconds on average.
  • We are making 80 async calls to this API and to the InfoConnect API every 5 minutes.

We should probably get all of the data in one call and then process it straight into storage from the webjob.

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