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