Skip to content

Commit

Permalink
chore(installation): note on queue routes for worker (#416)
Browse files Browse the repository at this point in the history
Co-authored-by: Kelly Merrick <[email protected]>
  • Loading branch information
ecrupper and KellyMerrick authored Jun 24, 2024
1 parent 3a5bd62 commit 7f7193e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/installation/worker/reference/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ This variable sets the unique channels or topics to pull workloads from.

The variable can be provided as a comma-separated `list` (i.e. `myRoute1,myRoute2`).

The worker will update its own database record using the provided queue routes. If you wish to control worker routes solely using API / Database, supply `""` or `"NONE"`.

{{% alert title="Note:" color="primary" %}}
This variable has a default value of `vela`.
{{% /alert %}}
Expand Down

0 comments on commit 7f7193e

Please sign in to comment.