active_job_resque_solo 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -5
- data/lib/active_job_resque_solo/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 10c87fbf1fa44d19beda79096be99a341fc4f07b
|
4
|
+
data.tar.gz: f89fcc5ef1a97257b8b3c1ca2f3880b3b8587ef2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50c4f6839523516f89db2787bf9756c0f8264b7caf7eb5631202d3d2834ad96ccd63c7e70c5aab2e9e4fdca515b6a70a4e236fdae6228cf1f00a824f29dfe16c
|
7
|
+
data.tar.gz: d3bd64b62c0adc5aca80da5d4508fa3b3ea1666613b0505833c4604ab6e81bd2865d5d973eac7f4411635fc0b30cbb2d99075b6b1af0a79cf49882ef50f03339
|
data/README.md
CHANGED
@@ -85,11 +85,8 @@ more may be enqueued.
|
|
85
85
|
the queue, it's possible for the original enqueued job to be missed. Solo will allow
|
86
86
|
the new instance of the job to be enqueued.
|
87
87
|
|
88
|
-
|
89
|
-
|
90
|
-
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
91
|
-
|
92
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
88
|
+
Solo errors towards allowing a duplicate job instance to be enqueued rather than
|
89
|
+
prevent a job from being enqueued at all.
|
93
90
|
|
94
91
|
## Contributing
|
95
92
|
|