Skip to content

Run pages configuration update in a worker

Bob Van Landuyt requested to merge bvl-async-update-pages-config into master

What does this MR do?

As a step in making web-workers not depend on NFS, this moves the pages configuration update out of the request into a worker.

If an exception occurs within the configuration update, the exception will now be returned from the service, and raised in the worker so it can be retried by Sidekiq.

Part of #230695 (closed)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Bob Van Landuyt

Merge request reports

Loading