Skip to content

Implement bulk processor background worker

Warren Gifford requested to merge es/bulk-processor into main

Created by: eseliger

This PR adds a new entity ChangesetJob to the database, which is used with a new dbworker. It represents a single invocation of the new bulkProcessor and the first supported type is comment which then in turn calls CreateComment on the changeset source, per changeset, asynchronously in the background.

Merge request reports

Loading