You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there, I've been using Kue to create and process jobs and it's working great, but with a minor setback... my redis store is cluttered with records that look like this:
q:search:word:XXXXXXX
After looking around the code, I found that the "q:search" keys is used in 2 places inside kue, what could be causing this problem? Could it be me not doing something to finalize those records?
Thanks
The text was updated successfully, but these errors were encountered:
Yeap, that's what I mean...
I did turn off the search indexes, and that seems to have fixed the problem. But the default settings are causing the issue.
Hey there, I've been using Kue to create and process jobs and it's working great, but with a minor setback... my redis store is cluttered with records that look like this:
q:search:word:XXXXXXX
After looking around the code, I found that the "q:search" keys is used in 2 places inside kue, what could be causing this problem? Could it be me not doing something to finalize those records?
Thanks
The text was updated successfully, but these errors were encountered: