Skip to content

Commit

Permalink
Enable Sidekiq Delay (#490)
Browse files Browse the repository at this point in the history
* Enable Sidekiq Delay

* Update changelog
  • Loading branch information
kostadriano authored and talyssonoc committed Jan 31, 2019
1 parent ac3d902 commit 65cd659
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased]

## [2.0.1] 2019-01-31

### Fix
- Enable Sidekiq Delayed Extensions

## [2.0.0] 2019-01-31

### Added
Expand Down Expand Up @@ -369,7 +374,7 @@ and CVE-2018-14567)
The format is based on [Keep a Changelog](http://keepachangelog.com)
and this project adheres to [Semantic Versioning](http://semver.org).

[Unreleased]: https://github.com/Codeminer42/cm42-central/compare/v2.0.0...HEAD
[Unreleased]: https://github.com/Codeminer42/cm42-central/compare/v2.0.1...HEAD
[1.0.0]: https://github.com/Codeminer42/cm42-central/tree/v1.0.0
[1.1.0]: https://github.com/Codeminer42/cm42-central/tree/v1.1.0
[1.1.1]: https://github.com/Codeminer42/cm42-central/tree/v1.1.1
Expand Down Expand Up @@ -402,3 +407,4 @@ and this project adheres to [Semantic Versioning](http://semver.org).
[1.21.1]: https://github.com/Codeminer42/cm42-central/tree/v1.21.1
[1.22.0]: https://github.com/Codeminer42/cm42-central/tree/v1.22.0
[2.0.0]: https://github.com/Codeminer42/cm42-central/tree/v2.0.0
[2.0.1]: https://github.com/Codeminer42/cm42-central/tree/v2.0.1
2 changes: 2 additions & 0 deletions config/initializers/sidekiq.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
require 'sidekiq'

Sidekiq::Extensions.enable_delay!

Sidekiq.configure_client do |config|
config.redis = { url: ENV["REDISCLOUD_URL"], size: 1 }
end
Expand Down

0 comments on commit 65cd659

Please sign in to comment.