cisagov / pe-reports

Automated process to build and distribute Posture & Exposure Reports' bi-weekly to customers.
Creative Commons Zero v1.0 Universal
17 stars 6 forks source link

Redis data retention time #675

Closed cduhn17 closed 1 year ago

cduhn17 commented 1 year ago

💡 Summary

Update CELERY_RESULT_EXPIRE UOM is seconds, in settings.py to reflect the 24hr data retention expiration requirement.

Motivation and context

This is a requirement that is being passed in accordance with ATO

Implementation notes

There is a setting called CELERY_RESULT_EXPIRES and it needs to be set eq to 86400

Acceptance criteria

How do we know when this work is done?

cduhn17 commented 1 year ago

CELERY_RESULT_EXPIRES is set ==at CD-pe-reports-api-extended branch and staging