Fix spelling of periodic in recorder (#69658)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
@@ -464,8 +464,8 @@ def retryable_database_job(description: str) -> Callable:
|
||||
return decorator
|
||||
|
||||
|
||||
def perodic_db_cleanups(instance: Recorder) -> None:
|
||||
"""Run any database cleanups that need to happen perodiclly.
|
||||
def periodic_db_cleanups(instance: Recorder) -> None:
|
||||
"""Run any database cleanups that need to happen periodically.
|
||||
|
||||
These cleanups will happen nightly or after any purge.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user