mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
feat(ui): update ui style
This commit is contained in:
parent
ca6dfd3f64
commit
47d7c9105b
35 changed files with 1577 additions and 591 deletions
|
|
@ -31,8 +31,8 @@ export const DELIVERY_QUEUE = "webhooker-delivery";
|
|||
export const DELIVERY_DLQ = "webhooker-delivery-dlq";
|
||||
|
||||
const MAX_QUEUE_MESSAGE_BYTES = 100_000;
|
||||
const PAYLOAD_KV_TTL_SECONDS = 60 * 60 * 24;
|
||||
const STATE_KV_TTL_SECONDS = 60 * 60 * 24;
|
||||
const PAYLOAD_KV_TTL_SECONDS = 3600;
|
||||
const STATE_KV_TTL_SECONDS = 3600;
|
||||
|
||||
const RETRYABLE_ERROR_CODES = new Set(["DISCORD_5XX", "TELEGRAM_5XX", "NETWORK", "RETRIES"]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue