Commit Graph

1 Commits

Author SHA1 Message Date
Kamil Trzciński 133b9f4108 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
2019-07-04 17:13:06 +02:00