Implement bulk processor background worker
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.