automations django_spire.notification.automations process_notifications Source code in django_spire/notification/automations.py 7 8 9 10 11@close_db_connections def process_notifications() -> str: NotificationManager().process_ready_notifications() return 'Successfully Completed'