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

Analyses are not "cached" between map instantiations #474

Closed
alonsogarciapablo opened this issue May 26, 2016 · 1 comment
Closed

Analyses are not "cached" between map instantiations #474

alonsogarciapablo opened this issue May 26, 2016 · 1 comment
Labels

Comments

@alonsogarciapablo
Copy link
Contributor

This issue comes from CartoDB/cartodb#7523.

Steps to reproduce:

  1. Create an instance of a map with an analysis that will take some time (eg: a point in polygon).
  2. Verify that analysis has the "pending" status in the Maps API response.
  3. Wait until analysis is "ready".
  4. Create an instance of the map again using the same payload you used for 1.

Expected result:

  • Analysis node has "ready" status in the response from the Maps API.

Actual result:

  • Analysis node has "pending" status again in the response from the Maps API.

cc: @javisantana @viddo @rochoa

@rochoa
Copy link
Contributor

rochoa commented May 31, 2016

This was fixed at #477.

@rochoa rochoa closed this as completed May 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants