Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Feb 8, 2024
1 parent 665c865 commit 41c82f3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion website/docs/usage/target-nodes-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,17 @@ Dkron will try to run the job in the amount of nodes indicated by that count hav

### Details and limitations

* Tags specified in a Job are combined using `AND`, therefore a job that specifies several tags like:
#### Reserved tags

The `region` tag is reserved for multi-region setup purposes and should not be used for any other purpose.

Dkron will always run jobs in nodes with the same region tag.

You should use an alternative name.

#### Combinations

Tags specified in a Job are combined using `AND`, therefore a job that specifies several tags like:

```json
{
Expand All @@ -94,6 +104,8 @@ Dkron will try to run the job in the amount of nodes indicated by that count hav

Will try to run the job in nodes that have all speciefied tags.

#### Tags Limit

There is no limit in the tags that a job can have but having a Job with several tags with count like:

```json
Expand Down

0 comments on commit 41c82f3

Please sign in to comment.