Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Jan 6, 2023
1 parent 2e2eb5a commit b774408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
HEAD
----------

- Don't allow Quiet/Stop on embedded Sidekiq instances [#5716]
- Fix `size: X` for configuring the default Redis pool size [#5702]
- Improve the display of queue weights on Busy page [#5642]
- Freeze CurrentAttributes on a job once initially set [#5692]
Expand Down
2 changes: 1 addition & 1 deletion test/api_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ class JobWithTags
assert_equal "TSTP", @cfg.redis { |c| c.lpop(signals_string) }
end

it 'can find processes' do
it "can find processes" do
identity_string = "identity_string"
odata = {
"pid" => 123,
Expand Down

0 comments on commit b774408

Please sign in to comment.