[PR #874] [CLOSED] Add max memory usage parameter #2922

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/874
Author: @dusty-cjh
Created: 4/29/2024
Status: Closed

Base: masterHead: master


📝 Commits (10+)

📊 Changes

73 files changed (+339 additions, -647 deletions)

View changed files

📝 CHANGELOG.md (+5 -0)
📝 CONTRIBUTING.md (+2 -2)
📝 Makefile (+1 -1)
📝 README.md (+26 -26)
📝 aggregator.go (+20 -17)
📝 aggregator_test.go (+4 -3)
📝 asynq.go (+6 -5)
📝 asynq_test.go (+3 -3)
📝 benchmark_test.go (+1 -1)
📝 client.go (+7 -7)
📝 client_test.go (+2 -2)
📝 context.go (+1 -1)
📝 example_test.go (+1 -1)
📝 forwarder.go (+2 -2)
📝 forwarder_test.go (+3 -3)
📝 go.mod (+1 -1)
go.sum (+0 -39)
📝 healthcheck.go (+2 -2)
📝 healthcheck_test.go (+2 -2)
📝 heartbeat.go (+3 -3)

...and 53 more files

📄 Description

Check code.


🔄 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/874 **Author:** [@dusty-cjh](https://github.com/dusty-cjh) **Created:** 4/29/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`7f2f4e3`](https://github.com/hibiken/asynq/commit/7f2f4e3794825dda90cf5cd3bf7ff7f995fb4cd5) add max memory usage per group - [`ba40c55`](https://github.com/hibiken/asynq/commit/ba40c553bfee1396e571ab8d9b9b17978037372c) add maxMemoryUsage args into interface - [`e1c3de5`](https://github.com/hibiken/asynq/commit/e1c3de59ab6eefac1d997ae407a4bbcc81860299) hahha - [`2be0928`](https://github.com/hibiken/asynq/commit/2be092891b9853fa88d2ca429801a4cb5938ae94) shit - [`16c4397`](https://github.com/hibiken/asynq/commit/16c439703d45cfc551230768185f531b60a34e9b) fuck - [`0b49ba5`](https://github.com/hibiken/asynq/commit/0b49ba56efbfd459aa833354e4c0570deac7d568) fuck - [`0ca2093`](https://github.com/hibiken/asynq/commit/0ca2093d6a448fba314c1874231747f5520c791e) fuck - [`2413086`](https://github.com/hibiken/asynq/commit/2413086f682305f19f16009edad7a68771577a8c) fifjreoi - [`78944a4`](https://github.com/hibiken/asynq/commit/78944a42d78d40d6afb66a91a1e0d0b034b04533) fifjreoi - [`8c63df8`](https://github.com/hibiken/asynq/commit/8c63df82cc8a6e22b45e7f4b2f5e9761162044f0) waht tifjaoiwe ### 📊 Changes **73 files changed** (+339 additions, -647 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+5 -0) 📝 `CONTRIBUTING.md` (+2 -2) 📝 `Makefile` (+1 -1) 📝 `README.md` (+26 -26) 📝 `aggregator.go` (+20 -17) 📝 `aggregator_test.go` (+4 -3) 📝 `asynq.go` (+6 -5) 📝 `asynq_test.go` (+3 -3) 📝 `benchmark_test.go` (+1 -1) 📝 `client.go` (+7 -7) 📝 `client_test.go` (+2 -2) 📝 `context.go` (+1 -1) 📝 `example_test.go` (+1 -1) 📝 `forwarder.go` (+2 -2) 📝 `forwarder_test.go` (+3 -3) 📝 `go.mod` (+1 -1) ➖ `go.sum` (+0 -39) 📝 `healthcheck.go` (+2 -2) 📝 `healthcheck_test.go` (+2 -2) 📝 `heartbeat.go` (+3 -3) _...and 53 more files_ </details> ### 📄 Description Check code. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 21:10:41 +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#2922
No description provided.