We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356325e commit 0962c7bCopy full SHA for 0962c7b
cloudformation/auxiliary_templates/custom_balancer/custom_queue_job_balancer.yaml
@@ -272,7 +272,7 @@ Resources:
272
error_factor = error_count * EW
273
time_factor = time_difference * SW
274
rendering_factor = (total_rendering_tasks - RB) * RW
275
- weight = max(1, priority_factor + error_factor + time_factor + rendering_factor)
+ weight = max(1, (priority_factor * priority_factor) + error_factor + time_factor + rendering_factor)
276
return weight
277
278
0 commit comments