mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-26 17:23:50 -04:00
flake8
This commit is contained in:
@@ -812,6 +812,7 @@ def _clear_templates_from_cache():
|
|||||||
]
|
]
|
||||||
|
|
||||||
num_deleted = sum(redis_store.delete_by_pattern(pattern) for pattern in CACHE_KEYS)
|
num_deleted = sum(redis_store.delete_by_pattern(pattern) for pattern in CACHE_KEYS)
|
||||||
|
current_app.logger.info(f"Number of templates deleted from cache {num_deleted}")
|
||||||
|
|
||||||
|
|
||||||
@notify_command(name="create-new-service")
|
@notify_command(name="create-new-service")
|
||||||
|
|||||||
Reference in New Issue
Block a user