ci: trigga på master + formatfix inför Gitea Actions
CI / Typecheck, test & build (push) Failing after 2s
CI / Typecheck, test & build (push) Failing after 2s
This commit is contained in:
@@ -51,7 +51,9 @@ export function createTracker(config: TrackerConfig, send: SendBatch): Tracker {
|
||||
// server asked us to retry (e.g. rate limit). For validation errors
|
||||
// we drop them to avoid an infinite retry loop.
|
||||
const retryable = batch.filter((_, i) =>
|
||||
result.errors?.some((e) => e.index === i && e.message.toLowerCase().includes("rate limit")),
|
||||
result.errors?.some(
|
||||
(e) => e.index === i && e.message.toLowerCase().includes("rate limit"),
|
||||
),
|
||||
);
|
||||
queue = [...retryable, ...queue];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user