Radek Simko
86acdccaf2
helper/resource: Add timeout to TimeoutError msg ( #8773 )
2016-09-15 10:53:25 +01:00
James Bardin
481f12cf2c
Remove `first` variable an extra if block
...
clean up the code slighly by moving the Sleep in WaitForState to the end
of the loop.
2016-08-30 17:56:26 -04:00
James Bardin
82be35a797
Fix races in WaitForState
...
The WaitForState method can't read the result values in a timeout
because they are still owned by the running goroutine. Keep all values
scoped inside the goroutine, and save them into an atomic.Value to be
returned.
Fixes race introduced in #8510
2016-08-30 16:22:21 -04:00
Radek Simko
506c118383
helper/resource: Show last state in timeout err message
2016-08-27 21:25:14 +01:00
David Tolnay
e27a735da2
Do not sleep between first attempt or between successful attempts
2016-08-22 10:17:23 +02:00
clint shryock
de60481428
provider/aws: Rework Beanstalk optional polling
...
expose a poll_interval for users to configure polling for updates
2016-07-13 15:38:23 -06:00
Radek Simko
bf8931b1ab
provider/aws: Mark Lambda function as gone when it's gone ( #6924 )
...
* helper/error: Introduce TimeoutError & UnexpectedStateError
* provider/aws: Mark Lambda function as gone when it's gone
2016-06-02 00:50:43 +01:00
Radek Simko
ab73f2b762
helper: Add StateChangeConf.ContinuousTargetOccurence (int)
2016-02-23 20:18:57 +00:00
Ian Duffy
47ac10d66b
Change resource.StateChangeConf to use an array for target states
...
Signed-off-by: Ian Duffy <ian@ianduffy.ie>
2016-01-21 01:20:41 +00:00
Phil Frost
bd8ac4fe5e
Better document StateChangeConf.WaitForState
2015-04-28 12:33:23 -04:00
Jack Pearkes
c180487af6
helper/resource: allow configuration of not found checks in state change
2015-02-26 09:59:42 -08:00
Mitchell Hashimoto
ef62fa80db
helper/resource: add Retry function
2014-10-07 21:44:51 -07:00