Search found 3 matches

by djv6ru
Mon Nov 25, 2024 9:24 am
Forum: Usage, tips and tricks
Topic: Can't understand priority
Replies: 6
Views: 12390

Re: Can't understand priority

Yeah, as I am working with a bunch of short clips, and there might be instances where I need to prioritize some, but there are 100 already queued, then currently waiting for the update is the only option I guess. Although I think, I can create two identical workflows and give a higher priority in pr...
by djv6ru
Fri Nov 22, 2024 10:29 am
Forum: Usage, tips and tricks
Topic: Can't understand priority
Replies: 6
Views: 12390

Re: Can't understand priority

I tried to put the priority after getting the id, but the /api/v2/jobs endpoint only seems to have access to jobs that are already rendering not to those that are queued. So if I queue the job and want to move it up in the queue by setting priority, this endpoint doesn't allow that. And setting prio...
by djv6ru
Tue Nov 19, 2024 3:13 pm
Forum: Usage, tips and tricks
Topic: Can't understand priority
Replies: 6
Views: 12390

Can't understand priority

Hello I have a single host setup and I am posting jobs to the api. I have included the priority to post body like this: "priority": "1" I am printint %i_job_priority% to file, to monitor if the priority from post is actually considered, but the printed priority value is always th...