Releases: vincentclaes/stepview
Releases · vincentclaes/stepview
0.4.1
0.4.0
- specify tags as
--tags foo=bar,baz=xud
- fetch all statemachines via boto3 "resourcegroupstaggingapi"
0.3.0
- Get data from cloudwatch metrics
- Implement ThreadPoolExecutor.
- I tried with asyncio, but I ran into issues. Asyncio didn't wait for all requests to finish.
- ThreadPoolExecutor does the job.
before:
stepview --profile datajob,amaaai --period year 6.08s user 0.47s system 5% cpu 2:08.64 total
after:
stepview --profile datajob,amaaai --period year 7.23s user 1.67s system 136% cpu 6.516 total
0.3.0.dev1
- Implement ThreadPoolExecutor.
- I tried with asyncio, but I ran into issues. Asyncio didn't wait for all requests to finish.
- ThreadPoolExecutor does the job.
before:
stepview --profile datajob,amaaai --period year 6.08s user 0.47s system 5% cpu 2:08.64 total
after:
stepview --profile datajob,amaaai --period year 7.23s user 1.67s system 136% cpu 6.516 total
0.3.0.dev0
- get data from cloudwatch metrics
- like this we do not run on requests limit using boto3
0.2.1
make makefile better
0.2.0
support python 3.7 and above
0.1.1
- add boto3 dependency
0.1.0
First working version of stepview 🥳