mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 01:25:47 +03:00
[PR #271] Properly use Redis and Sentinel password #1008
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#1008
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/271
Author: @akhy
Created: 9/27/2022
Status: 🔄 Open
Base:
master← Head:redis-sentinel-config-fix📝 Commits (4)
5111aa4Properly separate Redis and Sentinel password1684449Update asynq depsde1b35aUpgrade asynq deps9078639Merge remote-tracking branch 'upstream/master' into redis-sentinel-config-fix📊 Changes
2 files changed (+18 additions, -2 deletions)
View changed files
📝
cmd/asynqmon/main.go(+1 -0)📝
cmd/asynqmon/main_test.go(+17 -2)📄 Description
This is to follow up with changes from https://github.com/hibiken/asynq/pull/537 from @sillydong
Updated the tests to show the correct expected behavior from above PR. But since the PR has not released yet, I added a temporary workaround in
main.goto make the tests pass.Will remove the workaround and update deps once https://github.com/hibiken/asynq/pull/537 has tag release. @hibiken You might not want to merge this PR until then.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.