-
- Downloads
Fix race in forbid_sidekiq_in_transactions.rb
Current code uses module attribute which stores value global instead of locally (thread locally). This results in concurrent accesses to overwrite the each other values
Please register or sign in to comment