Skip to content

automations

django_spire.notification.automations

process_notifications

Source code in django_spire/notification/automations.py
@close_db_connections
def process_notifications() -> str:
    NotificationManager().process_ready_notifications()

    return 'Successfully Completed'