empire
empire copied to clipboard
Parallelize ListTasksPages
It's a huge piece of low hanging fruit, since it's N+1 with the number of processes defined in an app https://github.com/remind101/empire/blob/master/scheduler/cloudformation/cloudformation.go#L815-L837. It's easy to parallelize. Someone should do this.