mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 09:35:49 +03:00
[GH-ISSUE #235] Support sentinel redis #57
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#57
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?
Originally created by @linhbkhn95 on GitHub (Apr 26, 2022).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/235
Thanks everyone about lib
asynq. So, Currently, I use Redis sentinel for storage tasks, I wanna view stats onasynqmon. However, I have never seen this libasynqmontell about integrating with Redis sentinel. Please support me. or I can contribute for this issue if it has not.Thanks all,
@hibiken commented on GitHub (Apr 26, 2022):
@linhbkhn95 Thank you for opening this issue!
You should be able to provide the
--redis-urlflag with the format:Let me know if that doesn't work for you!
I'll update the documentation so that others don't come across this same issue.
@linhbkhn95 commented on GitHub (Apr 27, 2022):
many thanks @hibiken
@linhbkhn95 commented on GitHub (Apr 29, 2022):
I try to test, So I can not run app, please help me :(
@piupuer commented on GitHub (May 1, 2022):
I add it in docker container, get error log:
redis: invalid URL scheme: redis-sentineland I saw the source code, use redis.ParseURL, maybe u can use asynq.ParseRedisURI
please fix it, thanks
@linhbkhn95 commented on GitHub (May 3, 2022):
@hibiken I have a PR to fix this problem at https://github.com/hibiken/asynqmon/pull/240
@piupuer you can use my docker customize at https://hub.docker.com/repository/docker/linhbkhn95/asynqmon/tags, It will support Redis sentinels, currently my project need it for view tasks
many thanks