Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 425 Bytes

43611.significant.rst

File metadata and controls

6 lines (5 loc) · 425 Bytes

TaskInstance priority_weight is capped in 32-bit signed integer ranges.

Some database engines are limited to 32-bit integer values. As some users reported errors in weight rolled-over to negative values, we decided to cap the value to the 32-bit integer. Even if internally in python smaller or larger values to 64 bit are supported, priority_weight is capped and only storing values from -2147483648 to 2147483647.