Skip to content

Fix sidekiq args on a few workers to send strings instead of symbols

Doug Stull requested to merge fix-symbols-on-workers into master

What does this MR do and why?

Fix sidekiq args on a few workers to send strings instead of symbols

  • as per sidekiq support warnings...
Job arguments to Onboarding::CreateIterableTriggerWorker must be native JSON types, but :provider is a Symbol.
See https://github.com/sidekiq/sidekiq/wiki/Best-Practices
To disable this error, add `Sidekiq.strict_args!(false)` to your initializer.
Job arguments to Groups::CreateEventWorker must be native JSON types, but :created is a Symbol.
See https://github.com/sidekiq/sidekiq/wiki/Best-Practices
  • fix simple rubocop exception

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Doug Stull

Merge request reports

Loading