Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permanent writing into redis db #1208

Open
jumo-sballing opened this issue Oct 31, 2018 · 0 comments
Open

Permanent writing into redis db #1208

jumo-sballing opened this issue Oct 31, 2018 · 0 comments

Comments

@jumo-sballing
Copy link

Hello,
if I redis-cli monitor my redis during running kue I see the folllowing output, nearly every second:

1540977629.033304 [0 127.0.0.1:37796] "set" "promotion:lock" "NVuOgNzuEeisVyMzkGbzew==" "PX" "2000" "NX"                                                                                                             
1540977629.033685 [0 127.0.0.1:37796] "set" "activeJobsTTL:lock" "NVu1kNzuEeisVyMzkGbzew==" "PX" "2000" "NX"                                                                                                         
1540977629.034601 [0 127.0.0.1:37790] "zrangebyscore" "q:jobs:delayed" "0" "1540977629034" "LIMIT" "0" "1000"                                                                                                        
1540977629.034984 [0 127.0.0.1:37790] "zrangebyscore" "q:jobs:active" "100000" "1540977629034" "LIMIT" "0" "1000"                                                                                                    
1540977629.035340 [0 127.0.0.1:37796] "evalsha" "8797e0a1d8a2721e3b17f21ae1236166a81be165" "1" "promotion:lock" "NVuOgNzuEeisVyMzkGbzew=="                                                                           
1540977629.035477 [0 lua] "get" "promotion:lock"                                                                                                                                                                     
1540977629.035523 [0 lua] "del" "promotion:lock"                                                                                                                                                                     
1540977629.035742 [0 127.0.0.1:37796] "evalsha" "8797e0a1d8a2721e3b17f21ae1236166a81be165" "1" "activeJobsTTL:lock" "NVu1kNzuEeisVyMzkGbzew=="                                                                       
1540977629.035851 [0 lua] "get" "activeJobsTTL:lock"                                                                                                                                                                 
1540977629.035890 [0 lua] "del" "activeJobsTTL:lock"  

This output also appears if there is no job in the queue. Is that how it's supposed to be?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant