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

Limit stats history #181

Merged
merged 18 commits into from
Jun 14, 2021
Merged

Limit stats history #181

merged 18 commits into from
Jun 14, 2021

Commits on Jun 4, 2021

  1. Add a scheduled task to remove old audits

    We only really need data for the past 3 months.
    We need to keep the audit_resource and resource_compliance tables manageable.
    danjoneslf committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    f5be4bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eaa2b57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34f4bab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ce1612 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    258be9e View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Configuration menu
    Copy the full SHA
    6d5397a View commit details
    Browse the repository at this point in the history
  2. Fix catch error logging

    danjoneslf committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    13ee39f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6dbcc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    770c452 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    669ffcb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a3b0fd0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fe77fae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6b6d5b9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7a11c9e View commit details
    Browse the repository at this point in the history
  10. Fix debug log writes

    danjoneslf committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    b53c3ba View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    55cfbc8 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Configuration menu
    Copy the full SHA
    b27e480 View commit details
    Browse the repository at this point in the history
  2. Run expired audit lambda every 15 minutes.

    If each run deletes maybe 2 audits and there's an audit for every
    subscribed account every day that gives us a maximum of 192
    accounts before we need to increase the timeout or the frequency.
    danjoneslf committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    2bbd6e7 View commit details
    Browse the repository at this point in the history