Merge pull request #2887 from alphagov/cache-the-serialised-things

Serialise and cache services and API keys
This commit is contained in:
Chris Hill-Scott
2020-06-26 09:18:45 +01:00
committed by GitHub
15 changed files with 215 additions and 50 deletions

View File

@@ -120,7 +120,6 @@ def persist_notification(
template_version=template_version,
to=recipient,
service_id=service.id,
service=service,
personalisation=personalisation,
notification_type=notification_type,
api_key_id=api_key_id,