1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/lib/sidekiq
Matt Books 64dfc280de Synchronize code that reads/undefines methods in class attrs (#3997)
Fixes #3659 and #2302

The problem is that when two classes are accessed from separate threads they can
race to undef/read these methods.
2018-10-18 08:27:45 -07:00
..
extensions Disable delay extensions by default, fixes #3174 (#3299) 2017-01-04 10:30:42 -08:00
middleware Add missing preamble for @krzysiek1507, #3759 2018-03-15 09:00:53 -07:00
testing
web Other languages should fall back to EN when there is no native translation, fixes #3950 2018-09-06 08:51:42 -07:00
api.rb Add Kill All button to the retries page (#3938) 2018-08-25 07:42:01 -07:00
cli.rb Raise error for duplicate queue names in config, fixes #3911 (#3936) 2018-08-24 11:35:07 -07:00
client.rb freshen push_bulk rdoc 2018-05-15 11:27:49 -07:00
core_ext.rb Remove core_ext usage 2017-06-05 10:45:39 -07:00
delay.rb Add missing preamble for @krzysiek1507, #3759 2018-03-15 09:00:53 -07:00
exception_handler.rb Log at error level on redis exceptions and then warn for exception 2017-11-30 10:11:16 -08:00
fetch.rb Remove explicit freeze, which should not be necessary anymore with frozen_string_literal: true. Fixes #3759 2018-02-17 14:09:28 -08:00
job_logger.rb Add missing preamble for @krzysiek1507, #3759 2018-03-15 09:00:53 -07:00
job_retry.rb Minimize logging in the retry subsystem, fixes #3979 2018-09-28 11:22:17 -07:00
launcher.rb dup hash to avoid concurrent modification, fixes #3921 2018-08-10 05:57:56 -07:00
logging.rb Remove explicit freeze, which should not be necessary anymore with frozen_string_literal: true. Fixes #3759 2018-02-17 14:09:28 -08:00
manager.rb Update default concurrency per 5.2 changes 2018-09-17 10:10:27 -07:00
paginator.rb
processor.rb Use a mutex to synchronize access to shared WORKER_STATE hash (#3959) 2018-09-11 09:53:52 -07:00
rails.rb Revert "Use active record cache when available" 2018-02-15 10:02:52 -08:00
redis_connection.rb Use redis' default driver (#3956) 2018-09-09 06:11:37 -07:00
scheduled.rb Remove the 2x, further comments 2018-07-20 10:48:46 -07:00
testing.rb polish, changes, bump 2018-05-30 09:57:37 -07:00
util.rb Remove explicit freeze, which should not be necessary anymore with frozen_string_literal: true. Fixes #3759 2018-02-17 14:09:28 -08:00
version.rb changes, bump 2018-09-20 13:08:15 -07:00
web.rb Missed a few 2018-02-17 14:09:28 -08:00
worker.rb Synchronize code that reads/undefines methods in class attrs (#3997) 2018-10-18 08:27:45 -07:00