Skip to content

cast all goal prios to ints, raise error when not able to

Jesse VanderWees requested to merge integer_goal_prio into master

current project had issue where a priority of "1" was running after a priority of 4000. This has been a problem in the past, so i decided to address it once and for all.

Merge request reports