mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-20 17:57:12 -04:00
- Replace TaskRunner with BoundedTaskRunner, passing deadline (start + maxSeconds) so scheduled task execution respects the filter's time budget instead of running unbounded. - Remove now-unused TaskRunner import; runner is instantiated only when time remains before maxSeconds. Signed-off-by: objecttothis <17935339+objecttothis@users.noreply.github.com>