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

Outdated reports should be displayed rather than no data at all #1150

Closed
mattab opened this issue Feb 11, 2010 · 1 comment
Closed

Outdated reports should be displayed rather than no data at all #1150

mattab opened this issue Feb 11, 2010 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Feb 11, 2010

Use case

  • set time_before_today_archive_considered_outdated to a small value, eg. 10seconds (default value)
  • disable browser archiving eg, enable_browser_archiving_triggering = 0
  • launch the crontab which processes the report
  • API requests with date=today will return data in the next 10 seconds
  • If you request API data after 10 seconds, the archive will be considered out of date and no data will be returned. Because the browser based archiving is disabled, no new archive will be processed.

This is very confusing. Instead, the outdated archive should still be returned when enable_browser_archiving_triggering = 0

@mattab
Copy link
Member Author

mattab commented Mar 15, 2010

(In [1918]) Fixes #1150 out of date reports now returned for Today when browser archiving is disabled (to ensure that some data is returned, rather than no data at all)

@mattab mattab added this to the Piwik 0.5.5 milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

1 participant