[PR #978] feature: configurable archivedExpirationInDays and maxArchiveSize #961

Open
opened 2026-03-02 06:10:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/978
Author: @fajrifernanda
Created: 12/4/2024
Status: 🔄 Open

Base: masterHead: feature/configurable-max-archive-ttl-and-max-archivedsize


📝 Commits (4)

📊 Changes

8 files changed (+185 additions, -39 deletions)

View changed files

📝 client.go (+41 -6)
📝 inspector.go (+39 -5)
📝 internal/base/base.go (+5 -0)
📝 internal/rdb/inspect.go (+8 -8)
📝 internal/rdb/rdb.go (+37 -9)
📝 internal/rdb/rdb_test.go (+2 -2)
📝 scheduler.go (+21 -8)
📝 server.go (+32 -1)

📄 Description

resuming this PR https://github.com/hibiken/asynq/pull/534


🔄 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/978 **Author:** [@fajrifernanda](https://github.com/fajrifernanda) **Created:** 12/4/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `feature/configurable-max-archive-ttl-and-max-archivedsize` --- ### 📝 Commits (4) - [`9261e43`](https://github.com/hibiken/asynq/commit/9261e4318cae9550a88325115a884882762756d9) feature: configurable archive ttl and max archived size - [`b689bb4`](https://github.com/hibiken/asynq/commit/b689bb42e3f88818c332c21b3711a93ce093e6e2) fix client - [`3a771f1`](https://github.com/hibiken/asynq/commit/3a771f1117825f54e9800f46cde22f01d366cabc) fix logic - [`8213e98`](https://github.com/hibiken/asynq/commit/8213e981a540b01b0bd70d8b8e7ea70274f809fc) fix logic ### 📊 Changes **8 files changed** (+185 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `client.go` (+41 -6) 📝 `inspector.go` (+39 -5) 📝 `internal/base/base.go` (+5 -0) 📝 `internal/rdb/inspect.go` (+8 -8) 📝 `internal/rdb/rdb.go` (+37 -9) 📝 `internal/rdb/rdb_test.go` (+2 -2) 📝 `scheduler.go` (+21 -8) 📝 `server.go` (+32 -1) </details> ### 📄 Description resuming this PR https://github.com/hibiken/asynq/pull/534 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#961
No description provided.