Skip to content

db: Add generic workqueue store

Warren Gifford requested to merge worker-store into master

Created by: efritz

This starts the effort on https://github.com/sourcegraph/sourcegraph/issues/11786.

This extracts the db layer used by the codeintel worker and indexer to dequeue jobs from postgres. The dequeue processor will also be made generic and added to this package so that it can be adapted for other background/scheduled job use cases.

Merge request reports

Loading