You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Describe the bug
The
invalidate_cache
method is throwing an error message: AttributeError: 'float' object has no attribute 'replace'. This appears to be becausedatetime.now().timestamp()
produces a float, and attempts to replace the period are failing.To reproduce
Review Lambda logs
Expected behavior
Cache invalidation should succeed!
The text was updated successfully, but these errors were encountered: