Config parameters often break, where even though they are defined in the launch script they do not get parsed correctly and use their default value instead. Changing the order of the parameters or using a = instead of a often fixes the issue, which causes confusion for new O's coming in:
There have been plenty of other instances where over the past few months, maybe we can add some more verbosity over what config variables it has read or what values it is using?
Config parameters often break, where even though they are defined in the launch script they do not get parsed correctly and use their default value instead. Changing the order of the parameters or using a
=instead of aoften fixes the issue, which causes confusion for new O's coming in:monitorflag in order to get it to work-autoAdjustPrice=falseand-pricePerUnit=1199but didn't receive any work since it was adjusting above 1200 (pricePerUnit is now set to 1099 and he is receiving work again)There have been plenty of other instances where over the past few months, maybe we can add some more verbosity over what config variables it has read or what values it is using?