traefik/provider
Owen Marshall c876462eb0
Chunk taskArns into groups of 100
If the ECS cluster has > 100 tasks, passing them to
ecs.DescribeTasksRequest() will result in the AWS API returning
errors.

This patch breaks them into chunks of at most 100, and calls
DescribeTasks for each chunk.

We also return early in case ListTasks returns no values; this
prevents DescribeTasks from throwing HTTP errors.
2017-04-11 22:36:55 +02:00
..
k8s Upgrade k8s.io/client-go to version 2 2017-04-07 11:52:18 +01:00
boltdb.go Import order as goimports does 2016-12-30 19:04:02 +01:00
consul.go Import order as goimports does 2016-12-30 19:04:02 +01:00
consul_catalog.go Add Operation with recover 2017-02-03 09:46:27 +01:00
consul_catalog_test.go consul/kv.tmpl: weight default value should be a int (#826) 2016-11-23 14:49:55 +01:00
docker.go Use service.project.domain instead of project-service.domain 2017-04-03 11:00:04 +02:00
docker_test.go Use service.project.domain instead of project-service.domain 2017-04-03 11:00:04 +02:00
docker_unix.go Fix Docker API version for Windows 2017-02-04 16:44:10 +01:00
docker_windows.go Fix Docker API version for Windows 2017-02-04 16:44:10 +01:00
dynamodb.go add dynamo 2017-03-16 10:12:26 -06:00
dynamodb_test.go add dynamo 2017-03-16 10:12:26 -06:00
ecs.go Chunk taskArns into groups of 100 2017-04-11 22:36:55 +02:00
ecs_test.go Chunk taskArns into groups of 100 2017-04-11 22:36:55 +02:00
etcd.go Import order as goimports does 2016-12-30 19:04:02 +01:00
eureka.go Import order as goimports does 2016-12-30 19:04:02 +01:00
eureka_test.go Import order as goimports does 2016-12-30 19:04:02 +01:00
file.go Fix contraint store/read from KV 2016-11-09 21:08:37 +01:00
file_test.go Refactor traefik with package 2015-11-02 18:35:55 +01:00
kubernetes.go Upgrade k8s.io/client-go to version 2 2017-04-07 11:52:18 +01:00
kubernetes_test.go Upgrade k8s.io/client-go to version 2 2017-04-07 11:52:18 +01:00
kv.go kv: Log error when checking existence of server url key 2017-04-06 10:28:11 +02:00
kv_test.go kv: Extend test with support for specifying custom error for Get/List 2017-04-06 10:28:11 +02:00
marathon.go Allow traefik.port to not be in the list of marathon ports 2017-04-06 18:47:35 +02:00
marathon_test.go Allow traefik.port to not be in the list of marathon ports 2017-04-06 18:47:35 +02:00
mesos.go Add Operation with recover 2017-02-03 09:46:27 +01:00
mesos_test.go Fix GroupsAsSubDomains option for Mesos and Marathon (#868) 2016-11-28 14:59:08 +01:00
provider.go Import order as goimports does 2016-12-30 19:04:02 +01:00
provider_test.go feat: Add defaultFuncMap to template 2016-12-08 20:44:13 +01:00
rancher.go Small fixes and improvments 2017-03-06 17:45:58 +01:00
rancher_test.go Small fixes and improvments 2017-03-06 17:45:58 +01:00
zk.go Import order as goimports does 2016-12-30 19:04:02 +01:00