mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 08:02:26 +00:00
bae85732ff
usize as u8 will mask out the higher bits, so 0x100 as u8 is 0x00, 0x101 is 0x01 and only iterates once, etc.... refactors push_next_flow_job a bit