Dokumentation / Developers / Referenz / Limits and quotas
GeneratedSDK 0.10.1

Limits and quotas

Every rate, size and count limit a plugin runs under, read from the code that enforces it.

Platform defaults. Where a limit can be raised for one plugin the note says so. Hitting a rate limit raises RateLimitError with retry_after; hitting a size limit raises ValidationError or KvQuotaError.

LimitWertApplies
Events and calls
Events delivered50per second, per server and plugin Bursts of up to two seconds' worth are allowed.
Outbound Discord actions60per minute, per server and plugin
Proxy HTTP requests30per minute, per server and plugin Can be raised for a plugin on request.
Circuit breaker5consecutive failures Opens for 60 seconds, then lets two probe calls through.
HTTP proxy
Request body500,000bytes
Response body200,000bytes Longer bodies are cut and marked truncated.
Timeout8seconds
WebSockets
Connections per install2open at once
Connections per plugin50across all servers
New connections6per minute, per server and plugin
Traffic4 MBbytes per minute, both directions
Outbound frame64 KBbytes
Allowed hosts25per plugin
Key-value store
Keys per server50,000per server and plugin
Keys per plugin500,000all servers together
Value size64 KBbytes
Key length512characters
SQL
Tables100per server and plugin
Rows10,000,000per server and plugin
Rows per query1,000hard cap The cut is silent; page with LIMIT and OFFSET.
Schema changes20per hour CREATE, ALTER and DROP. Idempotent IF NOT EXISTS re-runs are exempt.
Metrics
Points1,000,000per plugin
Distinct names50per plugin
Messages
Embed text6,000characters per message
Embed fields25per message
Attachments3per message
Attachment size8 MBbytes
Sandbox
Memory64mper dedicated container
CPU0.25vCPU per dedicated container
Memory in pool mode24MB per plugin
CPU in pool mode0.1vCPU per plugin
Processes64per dedicated container
Cron
Entries5per plugin
Shortest interval5minutes
YourBot docs Reference tables are generated from the code that is running. Ask in Discord Suggest a correction