discourse/app
David Taylor 27cdd724ce
PERF: Add exponential backoff for /presence/update errors (#22864)
We already handled 429 rate limit errors correctly. This commit adds backoff logic to other types of error to avoid requests being retried every second.
2023-07-28 22:42:46 +01:00
..
assets PERF: Add exponential backoff for /presence/update errors (#22864) 2023-07-28 22:42:46 +01:00
controllers SECURITY: Handle concurrent invite accepts 2023-07-28 12:53:48 +01:00
helpers SECURITY: Don't reuse CSP nonce between anonymous requests 2023-07-28 12:53:44 +01:00
jobs FIX: Missing pending queued posts from topic view (#22838) 2023-07-28 16:16:23 +00:00
mailers FIX: Order tags shown in email subject by topics count and name (#22586) 2023-07-13 15:39:58 +08:00
models FIX: Missing pending queued posts from topic view (#22838) 2023-07-28 16:16:23 +00:00
serializers SECURITY: Hide restricted tags in noscript view 2023-07-28 12:53:50 +01:00
services FIX: Seed all categories and tags configured as defaults for nav menu (#22793) 2023-07-27 10:52:33 +08:00
views SECURITY: Hide restricted tags in noscript view 2023-07-28 12:53:50 +01:00