-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #66 from seomoz/corbin/upgrade-qless-core
Pushing the newest SHA of qless-core to attempt to fix Redis 5.0.6 incompatability
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule qless-core
updated
19 files
+4 −2 | .gitignore | |
+3 −0 | .npmignore | |
+11 −7 | .travis.yml | |
+19 −2 | Makefile | |
+82 −78 | README.md | |
+19 −0 | Vagrantfile | |
+14 −14 | base.lua | |
+61 −47 | job.lua | |
+44 −0 | provision.sh | |
+14 −0 | provision/etc/init/redis.conf | |
+827 −0 | provision/etc/redis.conf | |
+1 −0 | provision/etc/sysctl.d/99-overcommit.conf | |
+38 −35 | queue.lua | |
+6 −6 | recurring.lua | |
+3 −0 | requirements.txt | |
+15 −0 | test/test_events.py | |
+9 −1 | test/test_job.py | |
+18 −0 | test/test_worker.py | |
+3 −3 | worker.lua |