Tags- Requeue
Tags: Requeue (v1.0.0)
Place the file back in the staging queue with specific tags.
Only Nodes/Workers which match the tags will be able to process the file.
The tags must have one of the following: 'requireCPU', 'requireGPU', or 'requireCPUorGPU'.
The above tells the server what type of worker is required to process the file.
Subsequent tags must not use the reserved word 'require' in them.
You can set the 'Node Tags' in the Node options panel.
A worker will only process a file if the Custom Queue Tags are a subset of the Worker/Node Tags
Inputs:
Name: Use Basic Queue Tags
Type: boolean
Tooltip:
Use basic queue tags or custom tags.
Name: Basic Queue Tags
Type: string
Tooltip:
Specify tags to requeue file with.
Name: Custom Queue Tags
Type: string
Tooltip:
requireGPU:nvenc,tag1,tag2
requireCPUorGPU,tag1,tag2
requireCPU,tag1,tag2
requireGPU,tag1,tag2,tag3
requireGPU,tag1
requireGPU,{{{args.userVariables.global.test}}}
requireCPUorGPU,tag1,tag2
Outputs:
1: Continue to next plugin