Skip to content

utils

django_spire.notification.utils

get_throttle_sleep_time

Source code in django_spire/notification/utils.py
def get_throttle_sleep_time() -> float:
    return float(settings.DJANGO_SPIRE_NOTIFICATION_THROTTLE_RATE_PER_MINUTE / 60)