mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 09:35:49 +03:00
[PR #315] [CLOSED] Add default port #682
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#682
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hibiken/asynqmon/pull/315
Author: @hypnoglow
Created: 12/1/2023
Status: ❌ Closed
Base:
master← Head:add-default-port📝 Commits (7)
921ba24Added configuration of custom redis prefix4ad1a27Merged master of upstream and fix tested0d974Add clean up of cluster addrsc815d27Merge pull request #1 from platacard/qqunity000c2bbUpdate and actualize the forkb1f29e0Merge pull request #2 from platacard/update-platacard9546790Add default port if not present in redis-cluster-nodes📊 Changes
33 files changed (+6019 additions, -6646 deletions)
View changed files
➕
.tool-versions(+1 -0)📝
CHANGELOG.md(+1 -1)📝
Dockerfile(+7 -3)📝
Makefile(+7 -1)📝
README.md(+18 -18)📝
cmd/asynqmon/main.go(+37 -4)📝
cmd/asynqmon/main_test.go(+14 -2)📝
conversion_helpers.go(+1 -1)📝
example_test.go(+2 -2)📝
go.mod(+27 -11)📝
go.sum(+31 -103)📝
group_handlers.go(+2 -1)📝
handler.go(+3 -2)📝
queue_handlers.go(+1 -1)📝
redis_info_handlers.go(+1 -1)📝
scheduler_entry_handlers.go(+1 -1)📝
server_handlers.go(+1 -1)📝
task_handlers.go(+1 -1)📝
ui/build/asset-manifest.json(+5 -12)📝
ui/build/index.html(+1 -1)...and 13 more files
📄 Description
Add default port if not present in redis-cluster-nodes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.