Documentation
¶
Index ¶
Constants ¶
View Source
const APITaskQueue string = "api"
the api task queue is for api jobs
View Source
const DefaultTaskQueue string = "main"
each domain has it's own namespace, so we no longer need to split work by domain at the task queue level. By having a single queue in each namespace, we can more easily understand queue depth + have headroom to have a high-priority/low-priority queue in the future.
View Source
const ExecutorsTaskQueue string = "executors"
each namespace has it's own queue for executors.
View Source
const InstallCronsNamespace string = "install-crons"
View Source
const InstallCronsTaskQueue string = "install-crons"
View Source
const RunnerHealthcheckCronsNamespace string = "runner-healthcheck-crons"
isolated cron namespaces + task queues, polled by their own worker deployments
View Source
const RunnerHealthcheckCronsTaskQueue string = "runner-healthcheck-crons"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.