View Source Plausible.Workers.CheckUsage (Plausible v0.0.1)

Summary

Functions

Link to this function

check_enterprise_subscriber(subscriber, quota_mod)

View Source
Link to this macro

day_of_month(date)

View Source (macro)
Link to this function

exceeds_last_two_usage_cycles?(usage, limit)

View Source
@spec exceeds_last_two_usage_cycles?(
  Plausible.Billing.Quota.monthly_pageview_usage(),
  non_neg_integer()
) :: boolean()
Link to this macro

last_day_of_month(day)

View Source (macro)
Link to this macro

least(left, right)

View Source (macro)