Skip to content

Commit

Permalink
Basic Sidekiq::DelayedExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
bf4 committed Feb 8, 2022
1 parent 9627cbb commit 5b51b56
Show file tree
Hide file tree
Showing 170 changed files with 84 additions and 18,863 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -11,3 +11,4 @@ vendor/
tmp/
pkg/*.gem
.byebug_history
Gemfile.lock
6 changes: 6 additions & 0 deletions .standard_todo.yml
@@ -0,0 +1,6 @@
# Auto generated files with errors to ignore.
# Remove from this list as you refactor files.
---
ignore:
- lib/sidekiq/delay_extensions/generic_proxy.rb:
- Style/MissingRespondToMissing
70 changes: 0 additions & 70 deletions 3.0-Upgrade.md

This file was deleted.

53 changes: 0 additions & 53 deletions 4.0-Upgrade.md

This file was deleted.

56 changes: 0 additions & 56 deletions 5.0-Upgrade.md

This file was deleted.

72 changes: 0 additions & 72 deletions 6.0-Upgrade.md

This file was deleted.

4 changes: 2 additions & 2 deletions Changes.md
Expand Up @@ -271,7 +271,7 @@ Sidekiq::Client.push_bulk("class" => FooJob, "args" => [[1], [2]], "at" => [1.mi
- Easier way to test enqueuing specific ActionMailer and ActiveRecord delayed jobs. Instead of manually
parsing embedded class, you can now test by fetching jobs for specific classes. [fatkodima, #4292]
```ruby
assert_equal 1, Sidekiq::Extensions::DelayedMailer.jobs_for(FooMailer).size
assert_equal 1, Sidekiq::DelayExtensions::DelayedMailer.jobs_for(FooMailer).size
```
- Add `sidekiqmon` to gemspec executables [#4242]
- Gracefully handle `Sidekiq.logger = nil` [#4240]
Expand Down Expand Up @@ -937,7 +937,7 @@ namespace :sidekiq do
end
```
- The Web UI can use the API to quiet or stop all processes via the Busy page.
- The Web UI understands and hides the `Sidekiq::Extensions::Delay*`
- The Web UI understands and hides the `Sidekiq::DelayExtensions::Delay*`
classes, instead showing `Class.method` as the Job. [#1718]
- Polish the Dashboard graphs a bit, update Rickshaw [brandonhilkert, #1725]
- The poll interval is now configurable in the Web UI [madebydna, #1713]
Expand Down
37 changes: 0 additions & 37 deletions Ent-2.0-Upgrade.md

This file was deleted.

0 comments on commit 5b51b56

Please sign in to comment.