[PR #1029] [CLOSED] rate-limit now sends 429 #11211

Closed
opened 2026-05-02 22:56:52 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/imputnet/cobalt/pull/1029
Author: @lostdusty
Created: 12/30/2024
Status: Closed

Base: mainHead: patch-1


📝 Commits (7)

📊 Changes

4 files changed (+6 additions, -2 deletions)

View changed files

📝 api/src/core/api.js (+1 -1)
📝 api/src/processing/request.js (+3 -0)
📝 docs/api.md (+1 -0)
📝 web/src/components/save/buttons/DownloadButton.svelte (+1 -1)

📄 Description

as the title says, front-end and docs needs to be updated
(issue: #1026)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/imputnet/cobalt/pull/1029 **Author:** [@lostdusty](https://github.com/lostdusty) **Created:** 12/30/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (7) - [`927be20`](https://github.com/imputnet/cobalt/commit/927be20eaeaceeed66ed28b741920cbcedaa6526) change from error to rate-limit in api.js - [`a094331`](https://github.com/imputnet/cobalt/commit/a0943312328abc45aba39bcc5dc791a2df88a3b6) and add rate limit status - [`16668ea`](https://github.com/imputnet/cobalt/commit/16668eab736bcc63602bcee9c11e5bc77aeb6f15) update the frontend too - [`a1abf72`](https://github.com/imputnet/cobalt/commit/a1abf723f92ce6a0bcad6ab364f3af6de2c531cb) remove comment - [`2660caf`](https://github.com/imputnet/cobalt/commit/2660cafd723b88d668264bc0f908452c443395c3) update logic - [`f27f9b9`](https://github.com/imputnet/cobalt/commit/f27f9b91fa83ba41a49ba77e2b1ead4a220c2284) add rate-limit status - [`a16052d`](https://github.com/imputnet/cobalt/commit/a16052d9adde02a69143054257db7c131fde7c9d) Merge branch 'main' into patch-1 ### 📊 Changes **4 files changed** (+6 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `api/src/core/api.js` (+1 -1) 📝 `api/src/processing/request.js` (+3 -0) 📝 `docs/api.md` (+1 -0) 📝 `web/src/components/save/buttons/DownloadButton.svelte` (+1 -1) </details> ### 📄 Description as the title says, front-end and docs needs to be updated (issue: #1026) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-02 22:56:52 -05:00
Sign in to join this conversation.