Skip to content

Fix alert serialization when opening incidents

Peter Leitzen requested to merge pl-fix-alert-serialization into master

What does this MR do?

As Sidekiq does not support ActionController::Parameters we have to convert them to a Hash when scheduling a job to open incidents from alerts.

This ~bug was found during testing %11.9.

Note the feature flag.

Does this MR meet the acceptance criteria?

Refs https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9768

Merge request reports