Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The old version of qless is incompatible with newer versions of Redis, see seomoz/qless-core#64. Update using 'bundle update --conservative qless' to avoid updating other gems if possible. Submissions caused the following error: Redis::CommandError - ERR Error running script (call to ...): @user_script:925: @user_script: 925: Lua redis() command arguments must be strings or integers: app/workers/application_worker.rb:6:in `put' app/workers/judge_submission_worker.rb:24:in `judge' app/models/submission.rb:121:in `judge' app/controllers/problems_controller.rb:90:in `block in submit' app/controllers/problems_controller.rb:88:in `submit' lib/rack/response_timer.rb:12:in `_call' lib/rack/response_timer.rb:7:in `call' Now all all the tests pass.
- Loading branch information