[PR #58] [MERGED] Add support for config file for asynqmon #574

Closed
opened 2026-03-02 05:54:06 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/58
Author: @hibiken
Created: 1/19/2020
Status: Merged
Merged: 1/19/2020
Merged by: @hibiken

Base: masterHead: asynqmon/cfgfile


📝 Commits (1)

  • 15da08d [ci skip] Allow config file to set default values for flags

📊 Changes

13 files changed (+106 additions, -29 deletions)

View changed files

📝 .gitignore (+4 -1)
📝 tools/asynqmon/README.md (+52 -0)
📝 tools/asynqmon/cmd/del.go (+4 -2)
📝 tools/asynqmon/cmd/delall.go (+4 -2)
📝 tools/asynqmon/cmd/enq.go (+4 -2)
📝 tools/asynqmon/cmd/enqall.go (+4 -2)
📝 tools/asynqmon/cmd/history.go (+4 -2)
📝 tools/asynqmon/cmd/kill.go (+4 -2)
📝 tools/asynqmon/cmd/killall.go (+4 -2)
📝 tools/asynqmon/cmd/ls.go (+4 -2)
📝 tools/asynqmon/cmd/rmq.go (+4 -2)
📝 tools/asynqmon/cmd/root.go (+10 -8)
📝 tools/asynqmon/cmd/stats.go (+4 -2)

📄 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/58 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 1/19/2020 **Status:** ✅ Merged **Merged:** 1/19/2020 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `asynqmon/cfgfile` --- ### 📝 Commits (1) - [`15da08d`](https://github.com/hibiken/asynq/commit/15da08dbc000c5580795d0351b56df629f2dcce8) [ci skip] Allow config file to set default values for flags ### 📊 Changes **13 files changed** (+106 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+4 -1) 📝 `tools/asynqmon/README.md` (+52 -0) 📝 `tools/asynqmon/cmd/del.go` (+4 -2) 📝 `tools/asynqmon/cmd/delall.go` (+4 -2) 📝 `tools/asynqmon/cmd/enq.go` (+4 -2) 📝 `tools/asynqmon/cmd/enqall.go` (+4 -2) 📝 `tools/asynqmon/cmd/history.go` (+4 -2) 📝 `tools/asynqmon/cmd/kill.go` (+4 -2) 📝 `tools/asynqmon/cmd/killall.go` (+4 -2) 📝 `tools/asynqmon/cmd/ls.go` (+4 -2) 📝 `tools/asynqmon/cmd/rmq.go` (+4 -2) 📝 `tools/asynqmon/cmd/root.go` (+10 -8) 📝 `tools/asynqmon/cmd/stats.go` (+4 -2) </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-02 05:54:06 +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#574
No description provided.