[PR #534] [CLOSED] [FEATURE REQUEST] maxArchiveSize and archivedExpirationInDays should be configurable at the server level #1784

Closed
opened 2026-03-07 22:13:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/534
Author: @ghstahl
Created: 9/1/2022
Status: Closed

Base: masterHead: master


📝 Commits (2)

📊 Changes

11 files changed (+191 additions, -58 deletions)

View changed files

📝 .github/workflows/build.yml (+3 -2)
📝 client.go (+36 -3)
docker/docker-compose.yml (+14 -0)
📝 go.mod (+0 -1)
📝 go.sum (+3 -32)
📝 inspector.go (+35 -2)
📝 internal/base/base.go (+5 -0)
📝 internal/rdb/inspect.go (+8 -8)
📝 internal/rdb/rdb.go (+38 -8)
📝 scheduler.go (+14 -1)
📝 server.go (+35 -1)

📄 Description

https://github.com/hibiken/asynq/issues/441


🔄 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/hibiken/asynq/pull/534 **Author:** [@ghstahl](https://github.com/ghstahl) **Created:** 9/1/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`a718697`](https://github.com/hibiken/asynq/commit/a718697b1f3466839529cbcd276f0de4c07851f5) https://github.com/hibiken/asynq/issues/441 - [`8c0b955`](https://github.com/hibiken/asynq/commit/8c0b9553100e5340128ba933cb5187f213576e95) bump ### 📊 Changes **11 files changed** (+191 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/build.yml` (+3 -2) 📝 `client.go` (+36 -3) ➕ `docker/docker-compose.yml` (+14 -0) 📝 `go.mod` (+0 -1) 📝 `go.sum` (+3 -32) 📝 `inspector.go` (+35 -2) 📝 `internal/base/base.go` (+5 -0) 📝 `internal/rdb/inspect.go` (+8 -8) 📝 `internal/rdb/rdb.go` (+38 -8) 📝 `scheduler.go` (+14 -1) 📝 `server.go` (+35 -1) </details> ### 📄 Description https://github.com/hibiken/asynq/issues/441 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 22:13:12 +03: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/asynq#1784
No description provided.