b3e4cfcf48
refactor: use modern loop syntax
...
ref #1980
2025-01-18 10:11:00 -03:00
65a71e5df3
refactor: signal handling to improve clarity and correctness ( #1980 )
2025-01-18 13:09:36 +00:00
5e9851f42f
Update minimum go version ( #1758 )
...
* feat: update minimum version to 1.22
* refactor: use int range iterator
* refactor: loop variables
* refactor: replace slicesext.FirstNonZero with cmp.Or
* refactor: use slices.Concat instead of append
* fix: unused param
* fix: linting
2024-08-14 08:37:05 -05:00
8cfac5a25a
refactor: remove newlines from formatter print functions ( #1137 )
2023-04-26 21:20:06 -03:00
b08eac58e9
Fix go-critic suggestions
2022-08-17 19:37:58 +02:00
7989f73f06
Fix behavior of interrupt (SIGINT, SIGTERM) signals
...
Task will now give time for the processes running to do cleanup work
Ref #458
Ref #479
Fixes #728
Co-authored-by: Marco Molteni <marco.molteni@pix4d.com >
Co-authored-by: aliculPix4D <aleksandar.licul_ext@pix4d.com >
2022-06-11 22:43:22 -03:00