Skip to main content

dispatch_due

Function dispatch_due 

Source
pub async fn dispatch_due(
    pool: &PgPool,
    webhooks: &Webhooks,
    client: &Client,
    now: DateTime<Utc>,
) -> Result<Dispatched, ApiError>
Expand description

Sends everything that is due, once.