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).
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:
MIN_TIME_BETWEEN_UPDATESshould be changed from 1800 to 300 seconds, or alternatively, have a configuration element to set it (with 300 as minimum).