mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
commit
38f741442a
3 changed files with 4 additions and 4 deletions
|
@ -55,7 +55,7 @@ Sidekiq::Queues.clear_all
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
- **FIX MEMORY LEAK** Under rare conditions, threads may leak [#2598, gazay]
|
- **FIX MEMORY LEAK** Under rare conditions, threads may leak [#2598, gazay]
|
||||||
- Add Ukranian locale [#2561, elrakita]
|
- Add Ukrainian locale [#2561, elrakita]
|
||||||
- Disconnect and retry Redis operations if we see a READONLY error [#2550]
|
- Disconnect and retry Redis operations if we see a READONLY error [#2550]
|
||||||
- Add server middleware testing harness; see [wiki](https://github.com/mperham/sidekiq/wiki/Testing#testing-server-middleware) [#2534, ryansch]
|
- Add server middleware testing harness; see [wiki](https://github.com/mperham/sidekiq/wiki/Testing#testing-server-middleware) [#2534, ryansch]
|
||||||
|
|
||||||
|
|
|
@ -334,7 +334,7 @@ class TestTesting < Sidekiq::Test
|
||||||
# Rspec expect change() syntax saves a reference to
|
# Rspec expect change() syntax saves a reference to
|
||||||
# an underlying array. When the array containing jobs is
|
# an underlying array. When the array containing jobs is
|
||||||
# derived, Rspec test using `change(QueueWorker.jobs, :size).by(1)`
|
# derived, Rspec test using `change(QueueWorker.jobs, :size).by(1)`
|
||||||
# won't pass. This attemps to recreate that scenario
|
# won't pass. This attempts to recreate that scenario
|
||||||
# by saving a reference to the jobs array and ensuring
|
# by saving a reference to the jobs array and ensuring
|
||||||
# it changes properly on enqueueing
|
# it changes properly on enqueueing
|
||||||
jobs = QueueWorker.jobs
|
jobs = QueueWorker.jobs
|
||||||
|
|
|
@ -64,6 +64,6 @@ fr:
|
||||||
NoDeadJobsFound: Aucune tâche morte n'a été trouvée
|
NoDeadJobsFound: Aucune tâche morte n'a été trouvée
|
||||||
Dead: Morte
|
Dead: Morte
|
||||||
Processes: Processus
|
Processes: Processus
|
||||||
Thread: Fil
|
Thread: Thread
|
||||||
Threads: Fils
|
Threads: Threads
|
||||||
Jobs: Tâches
|
Jobs: Tâches
|
||||||
|
|
Loading…
Add table
Reference in a new issue