Closed AnalyzePlatypus closed 2 months ago
Restores support for broadcast_refreshes when using Sidekiq in the default strict_args mode.
broadcast_refreshes
strict_args
Temporary Workaround: Until merge, this issue can be bypassed by disabling strict_args.
Original solution suggested by @jdelStrother here. Based on PR 642 by @michaelbaudino.
Fixes #522, fixes #535. See discussion on PR 642 with @michaelbaudino and @dhh
Should I add a test for this issue to the suite? Or is that not necessary?
Restores support for
broadcast_refreshes
when using Sidekiq in the defaultstrict_args
mode.Temporary Workaround: Until merge, this issue can be bypassed by disabling
strict_args
.Original solution suggested by @jdelStrother here. Based on PR 642 by @michaelbaudino.
Fixes #522, fixes #535. See discussion on PR 642 with @michaelbaudino and @dhh