Update tag plugin descriptions

This commit is contained in:
HaveAGitGat 2024-06-10 12:18:52 +01:00
parent b154da79c8
commit 031ff10372
2 changed files with 3 additions and 2 deletions

View file

@ -20,7 +20,7 @@ Subsequent tags must not use the reserved word 'require' in them.
You can set the 'Node Tags' in the Node options panel.
The the item tags in the staging section must be a subset of the required tags for a worker to process the file.
A worker will only process a file if the Custom Queue Tags are a subset of the Worker/Node Tags
`,
style: {
borderColor: 'yellow',

View file

@ -13,7 +13,8 @@ does not match the required worker type and tags.
You can set the 'Node Tags' in the Node options panel.
The current tags must be a subset of the required tags.
The required tags must be a subset of the current tags for the current worker to process the item,
else the item will be requeued with the required tags.
`,
style: {
borderColor: 'yellow',