1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
Commit graph

22 commits

Author SHA1 Message Date
SamArdrey
67283ce73b Add yarddoc files to gitignore, remove yardoc from rake tasks, update api file 2022-06-14 17:26:58 -07:00
SamArdrey
48d022ee4d Add newline at end of file 2022-06-08 12:29:23 -07:00
SamArdrey
dda6e2fdef Remove html files and add ds_store to gitignore 2022-06-08 12:27:27 -07:00
Jean byroot Boussier
aaac999c6d
Add a compatibility layer for redis-client (#5298)
* Add a compatibility layer for `redis-client`

As discussed in https://github.com/mperham/sidekiq/pull/5253

Switching entirely to redis-client is deemed risky, so instead
we can support both.

All is needed is a small translation layer, and some very minimal
adjustments in the callers.

Co-authored-by: Jean Boussier <jean.boussier@gmail.com>
Co-authored-by: Mike Perham <mperham@gmail.com>
2022-05-10 12:25:04 -07:00
Adam Niedzielski
7672f05063
Ignore Docker config in git (#5223) 2022-02-27 10:55:23 -08:00
Mike Perham
4ce86cda9e ignore dev.log 2022-02-25 08:06:37 -08:00
Mike Perham
34a8b3dd43 Enable Gemfile.lock as CircleCI needs a lockfile 2019-08-28 10:36:36 -07:00
Mike Perham
978ce8e6cf Update to latest standardrb, fix style issues 2019-08-28 10:14:18 -07:00
Mike Perham
00c8b861a2 Remove travis, fix CircleCI 2019-07-29 14:19:44 -07:00
Andrew Babichev
ea9b34a953 Add CLI Run Test - Write Pid, System Boot, Print Banner (#4039)
* Add appraisal

* Test CLI run (write pid, system boot, print banner)

* Cleanup test helper

* Set REDIS_URL to use non-default host in test env

* Move mintiest-focus to test bundle group
2018-12-07 08:59:42 -08:00
Andrew Babichev
ddb0c8b3a8 Cleanup CLI (#4026)
* Refactor CLI test

Extracted 3 main parts:
- parse
- run
- signal handling

* Move demonization and pid write from parse to run phase

* Move queues default from validate to setup options phase

* Add pry-byebug gem

* Drop Sidekiq::Test

* Require launcher in CLI

* Remove TODOs
2018-12-03 13:24:37 -08:00
Mike Perham
701e06224c Rework job processing in light of Rails 5's Reloader (#3235)
* Rework job processing in light of Rails 5's Reloader, see #3221

* Ignore built gems

* Documentation, testing

* Add fallback for 'retry' value server-side, fixes #3234

* Fix job hash reporting in stats

* cleanup

* Add job for AJ testing

* Push jobs with invalid JSON immediately to Dead set, fixes #3296

* Break retry logic into global and local parts, fixes #3306

* fix heisentest
2017-01-17 14:58:08 -08:00
Richard Lee
defbd6ac32 Add worker generator test 2014-10-21 22:55:40 +08:00
Glen
5a4de159f0 Allow setting of a custom timeout for the Redis Connection Pool 2013-07-16 15:40:50 -06:00
Mike Perham
9f6aaf7223 add ruby-version to gitignore 2013-04-03 21:30:15 -07:00
Mike Perham
661330debe Ignore .rvmrc 2013-01-29 11:14:13 -08:00
Eric Berry
3a127d49f5 enhanced UI - see http://d.pr/i/rcGz 2012-10-29 14:50:21 -06:00
jc00ke
1279fe68cb Use ENV var for coverage
This will lessen the chance of mistakenly committing with that branch
set to true.
2012-03-18 19:53:26 -07:00
jc00ke
8a9188d931 Ignore rbx dir 2012-02-12 20:59:27 -08:00
Max Spransy
5e04fa3deb delete dump.rdb and add to gitignore 2012-02-09 12:56:27 -06:00
Max Spransy
3cb0c8a4b0 Add vim swap files to .gitignore 2012-02-09 09:07:49 -06:00
Mike Perham
bf9684d6a5 Remove and gitignore Gemfile.lock 2012-02-06 22:13:24 -08:00