Skip to content

Cache invalidation method is erroring #257

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

Closed
helrond opened this issue Feb 14, 2025 · 0 comments · Fixed by #259
Closed

Cache invalidation method is erroring #257

helrond opened this issue Feb 14, 2025 · 0 comments · Fixed by #259
Labels

Comments

@helrond
Copy link
Member

helrond commented Feb 14, 2025

Describe the bug

The invalidate_cache method is throwing an error message: AttributeError: 'float' object has no attribute 'replace'. This appears to be because datetime.now().timestamp() produces a float, and attempts to replace the period are failing.

To reproduce

Review Lambda logs

Expected behavior

Cache invalidation should succeed!

@helrond helrond added the bug label Feb 14, 2025
This was referenced Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant