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

If redis restarts, lua scripts aren't reloaded #100

Closed
RyanGuthrie opened this issue Feb 13, 2016 · 4 comments · Fixed by #143
Closed

If redis restarts, lua scripts aren't reloaded #100

RyanGuthrie opened this issue Feb 13, 2016 · 4 comments · Fixed by #143
Assignees
Labels

Comments

@RyanGuthrie
Copy link

I am testing failure scenarios and currently if redis restarts, the lua scripts for jesque_pop.lua and jesquelpoplpush.lua aren't reloaded and thus requires the worker to terminate.

@argvk
Copy link
Contributor

argvk commented Mar 18, 2016

@RyanGuthrie for the test scenario, what were the AOF and RDB settings ?

@RyanGuthrie
Copy link
Author

Neither are on.

@gresrun gresrun added the Bug label Mar 26, 2016
@gresrun gresrun self-assigned this Mar 26, 2016
@lpfeup
Copy link
Contributor

lpfeup commented Jun 21, 2018

I also had a worker terminated on a redis restart:

[WARN] [net.greghaines.jesque.worker.WorkerImpl] Terminating in response to exception
redis.clients.jedis.exceptions.JedisNoScriptException: NOSCRIPT No matching script. Please use EVAL.

Any updates regarding this issue?

@tj---
Copy link
Contributor

tj--- commented Aug 30, 2018

Hi there. Thank you for the fix. Is a release planned anytime soon - we are eagerly waiting for it?

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

Successfully merging a pull request may close this issue.

5 participants