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

17 commits

Author SHA1 Message Date
Mike Perham
19047b9cd0
Add embedded puma example 2022-09-08 09:56:35 -07:00
Mike Perham
5f0c9bc7b6
add internal doc 2022-09-08 08:59:07 -07:00
Mike Perham
58ef385518
Upgrade notes 2022-09-01 10:12:30 -07:00
Tiago Farias
e0df461d69
Update capsule.md (#5497) 2022-08-28 06:40:50 -07:00
Mike Perham
29dca70e24
Introduce Sidekiq::Capsule (#5487)
* Initial work on Sidekiq::Config

* Initial work on Sidekiq::Config

* reduce dependencies in deploy marks

* bare sidekiq and webapp

* Modify runtime to work with Capsules

* Cleanup

* Rename test files to remove test_ prefix

* Update test suite and standard rules to be more compliant

* Move constant definition outside code, per standard formatting

* Loads of changes for introduction of Capsules

* Remove Redis adapter abstraction

* update capsule overview

* Ensure Sidekiq.redis uses the correct pool for jobs running within a Capsule

* Use default_capsule for safety

* Slow down the beat to halve its Redis overhead

* move config fixtures into cfg/

* Add capsule middleware test

* use accessor
2022-08-25 10:15:11 -07:00
Mike Perham
1b4ffdb06f merge main 2022-07-12 13:37:45 -07:00
Mike Perham
16b51f3961 switch from rdoc to yard 2022-06-13 15:22:26 -07:00
Mike Perham
2ee7e27697 merge 6.5 2022-06-09 14:06:33 -07:00
Mike Perham
d985aa35f0 Adjust middleware, fixes #5371
Middleware now has access to the `config` object so we can provide local helper methods.
2022-06-08 12:31:25 -07:00
SamArdrey
dda6e2fdef Remove html files and add ds_store to gitignore 2022-06-08 12:27:27 -07:00
SamArdrey
6eadad86f9 Add a bit of documentation, install yard 2022-06-08 12:26:06 -07:00
Mike Perham
f17c30cfff docs 2022-06-05 07:50:03 -07:00
Mike Perham
67daa7a408
Prepare for upcoming Sidekiq::Config redesign (#5340)
* Prepare for upcoming Sidekiq::Config redesign

Adjust the server internals to use a config object rather than refering directly to the Sidekiq module.
2022-05-31 13:37:31 -07:00
Mike Perham
333b830548 Lots more detail 2022-05-12 08:42:23 -07:00
Mike Perham
43bb0a7216 Add new business code of conduct 2022-05-10 14:43:25 -07:00
Mike Perham
2a06095312 7.0 notes, fix CI 2022-05-10 14:29:44 -07:00
Mike Perham
aabac7ce37 Move old upgrade notes into docs/ 2022-05-10 14:29:44 -07:00