[PR #533] [CLOSED] H m3 #2794

Closed
opened 2026-03-15 21:03:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: h_m3


📝 Commits (10+)

📊 Changes

11 files changed (+209 additions, -56 deletions)

View changed files

📝 README.md (+19 -0)
📝 client.go (+36 -3)
docker/docker-compose.yml (+16 -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

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/hibiken/asynq/pull/533 **Author:** [@ghstahl](https://github.com/ghstahl) **Created:** 9/1/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `h_m3` --- ### 📝 Commits (10+) - [`c801694`](https://github.com/hibiken/asynq/commit/c801694078c2c388dd59473805ff5f5d848b25d9) initial config propagation - [`8904de8`](https://github.com/hibiken/asynq/commit/8904de8735b732a55becceb84f46eca2b715f300) initial config propagation - [`2e2362c`](https://github.com/hibiken/asynq/commit/2e2362cb3affaa1ea5eabe899e60b2223e1134f5) Update README.md - [`79e1b97`](https://github.com/hibiken/asynq/commit/79e1b974e7511cc932b7628efb1ed21cbbcb145d) if MaxArchiveSize is <= 0 - [`02b334d`](https://github.com/hibiken/asynq/commit/02b334db5dbe2c467fc912dcdc1c81f1b6b57c1e) Merge branch 'master' of https://github.com/fluffy-bunny/asynq - [`a46ee20`](https://github.com/hibiken/asynq/commit/a46ee20237318f45f0bcefaf54aaca3c64f38ac3) optional config values for - [`e6137ca`](https://github.com/hibiken/asynq/commit/e6137ca2c889b08e812062ece9e30911588bf5cc) Merge branch 'master' of https://github.com/fluffy-bunny/asynq - [`344a444`](https://github.com/hibiken/asynq/commit/344a444596d277e940059d6c3f47106ba4977f83) Merge branch 'master' of https://github.com/hibiken/asynq into hibiken-master - [`97d1269`](https://github.com/hibiken/asynq/commit/97d1269efd8c735f4761b531a538893827ea852a) update - [`14a470d`](https://github.com/hibiken/asynq/commit/14a470dee4c58eb9bb0019d06ad8b57aca01324c) Merge branch 'master' of https://github.com/hibiken/asynq ### 📊 Changes **11 files changed** (+209 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+19 -0) 📝 `client.go` (+36 -3) ➕ `docker/docker-compose.yml` (+16 -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 _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 21:03:40 +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#2794
No description provided.