[PR #1405] [CLOSED] WIPWIP Busy timeout #1596

Closed
opened 2026-05-07 01:02:50 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/1405
Author: @binwiederhier
Created: 7/27/2025
Status: Closed

Base: mainHead: busy-timeout


📝 Commits (8)

📊 Changes

16 files changed (+752 additions, -153 deletions)

View changed files

📝 Makefile (+1 -1)
📝 cmd/access.go (+20 -10)
📝 cmd/serve.go (+85 -1)
📝 cmd/user.go (+46 -6)
📝 go.sum (+0 -31)
📝 server/config.go (+2 -0)
📝 server/message_cache.go (+31 -1)
📝 server/message_cache_test.go (+52 -0)
📝 server/server.go (+11 -1)
📝 server/server.yml (+6 -0)
📝 server/server_admin.go (+1 -1)
📝 server/webpush_store.go (+2 -2)
📝 user/manager.go (+310 -62)
📝 user/manager_test.go (+150 -25)
📝 user/types.go (+23 -12)
📝 util/util.go (+12 -0)

📄 Description

No description provided


🔄 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/binwiederhier/ntfy/pull/1405 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 7/27/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `busy-timeout` --- ### 📝 Commits (8) - [`efef587`](https://github.com/binwiederhier/ntfy/commit/efef5876717f82e9a2b449ff590dd65a7ae8c02c) WIP: Predefined users - [`c0b5151`](https://github.com/binwiederhier/ntfy/commit/c0b5151baeee36cfeeb0fea1c3c83519d8acb490) Predefined users - [`51af114`](https://github.com/binwiederhier/ntfy/commit/51af114b2eb69d5d07d0f238f6d9b25bfe4fc482) Merge branch 'main' of github.com:binwiederhier/ntfy into predefined-users - [`f59df0f`](https://github.com/binwiederhier/ntfy/commit/f59df0f40ada3221a1857c665c9c82e0fdf63d2e) Works - [`4457e9e`](https://github.com/binwiederhier/ntfy/commit/4457e9e26ff82d290ff82e8e8446ee5066be09db) Migration - [`f99801a`](https://github.com/binwiederhier/ntfy/commit/f99801a2e6d8c7675fd624ff8e16075dce734f4f) Add "ntfy user hash" - [`141ddb3`](https://github.com/binwiederhier/ntfy/commit/141ddb3a5187a7e3281f99e96d7e11bf09871388) Comments - [`f4c285f`](https://github.com/binwiederhier/ntfy/commit/f4c285f7ce722c37a1f12a5dfdd4f212385979bf) WIP Busy timeout ### 📊 Changes **16 files changed** (+752 additions, -153 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+1 -1) 📝 `cmd/access.go` (+20 -10) 📝 `cmd/serve.go` (+85 -1) 📝 `cmd/user.go` (+46 -6) 📝 `go.sum` (+0 -31) 📝 `server/config.go` (+2 -0) 📝 `server/message_cache.go` (+31 -1) 📝 `server/message_cache_test.go` (+52 -0) 📝 `server/server.go` (+11 -1) 📝 `server/server.yml` (+6 -0) 📝 `server/server_admin.go` (+1 -1) 📝 `server/webpush_store.go` (+2 -2) 📝 `user/manager.go` (+310 -62) 📝 `user/manager_test.go` (+150 -25) 📝 `user/types.go` (+23 -12) 📝 `util/util.go` (+12 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:02:50 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#1596
No description provided.