Skip to content

Change rate limit to 5 minutes per webhook, not the current default 30 #2

@nocturne1

Description

@nocturne1

While "Updates are rate-limited to once every 30 minutes per entity to prevent overwhelming the endpoint", the actual rate limit for webhooks currently is:

If your private plugin's "Strategy" is set to Webhook, you can provide data to TRMNL's server up to 1x every 5 mins. Requests sent at a faster pace will receive a 429 rate limit response.

MIN_TIME_BETWEEN_UPDATES should be changed from 1800 to 300 seconds, or alternatively, have a configuration element to set it (with 300 as minimum).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions