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.
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.