Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| event_class | text | 2147483647 | null |
|
|
Fully-qualified class name of the event whose rate limit is being tracked. |
||
| rate_limit_key | jsonb | 2147483647 | null |
|
|
|||
| next_time | timestamptz | 35,6 | null |
|
|
|||
| pending_event | jsonb | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| rate_limited_events_pkey | Primary key | Asc/Asc | event_class + rate_limit_key |