issues
search
nicgrayson
/
terraform-provider-marathon
a Terraform (http://terraform.io) provider for interacting with Marathon (https://mesosphere.github.io/marathon/)
MIT License
59
stars
24
forks
source link
fix timeout being reached on eventlistener
#41
Closed
wleese
closed
8 years ago
wleese
commented
8 years ago
wait for eventlistener to come up
increase timeout from 10s to deployment_timeout
don't return on the first successful/failed deployment
keep a buffer of events just in case deployments are done in subsecond speed (being a bit too cautious here I guess)
banno-autobot
commented
8 years ago
Can one of the admins verify this patch?
adamdecaf
commented
8 years ago
Thanks for finding this!