Tags: rdforte/gomaxecs
Tags
Add new debug support and bump go version to 1.25 (#16) * add debug log support * bump go version to 1.25 and temp upgrade of golangci * fix lint warnings * fix go comment * make constant lower case * add format verb for error in log f * log task not container * fix spelling * bump action versions and go version in workflow * add config tests * added tests for panic * update readme * fix lint warnings * add assertion for undo * remove logging for skipping ecs * add test for not ecs detected --------- Co-authored-by: rf <rf@ryans-MacBook-Air.local>
Init function bypass Set when no ECS Environment detected (#11) * ignore set when no ecs env detected * refactor agent code for test [temp] * refactor test maxprocs * temp refactor task * temp refactor of task * remove method from test * move refactored agent into task * temp refactor of task * refactored all tests with tasktest ecs agent * fix lint warnings * refactored all tests to use agent * remove unused parameter from ecs agent * update go docs * fix lint warning --------- Co-authored-by: rf <rf@ryans-MacBook-Air.local>
Include undo and apply functional options pattern for setting logger (#8 ) * feat(gomaxecs): include undo and apply functional options pattern to cfg * remove unecessary cfg options interface * fix lint warnings and add method for determining if ecs task * update test naming * alias import ecstask * change naming on prev max procs * change naming on boolean cur max procs * fix honor spelling * fix spelling honor * refactor(gomaxecs): update naming and include docs for optional task limit on EC2 --------- Co-authored-by: rf <rf@ryans-MacBook-Air.local>