sourcegraph/enterprise
Erik Seliger 968bea1eea
Implement executor queue for batch changes executor (#22555)
This commit contains several smaller pieces:

- Run executor-queue as part of enterprise

- Make health server port configurable

Otherwise, it's impossible to run two executors on the same machine (required for dev when running code intel AND batch changes).

- Make port for executor queue configurable

- Add batch spec execution DB entity

- Overpromise implementation of batches queue in executor-queue

- Add shared config for reusing env vars across queues

These fields will also be required in the batches queue, so we need to make them sharable. Defining them in both places causes a validation error.

- Add batch spec executions queue to executor-queue

- Add resetter for executor worker
2021-07-05 12:27:40 +02:00
..
cmd Implement executor queue for batch changes executor (#22555) 2021-07-05 12:27:40 +02:00
dev build postgres on alpine (#22414) 2021-06-30 11:51:12 -05:00
docs Adding LSIF entry (#18880) 2021-03-10 09:17:58 -08:00
internal Implement executor queue for batch changes executor (#22555) 2021-07-05 12:27:40 +02:00
ui/assets/img Code monitoring: update icon (#16958) 2021-01-04 22:10:05 +08:00
.gitignore Use go embedded files for ui/assets and template packages (#19276) 2021-03-22 14:37:51 +01:00
README.md add the lsif-protcol repo into the main sourcegraph repo (#18655) 2021-03-01 13:07:07 -08:00

Sourcegraph Enterprise

codecov code style: prettier

This directory contains Sourcegraph Enterprise code.

Dev

See Local development: For Sourcegraph employees for how to work on this code.