pulumi/pkg/backend
pat@pulumi.com e8e0ae9bb4 Wait between calls to fetch update logs.
As it stands, we currently hammer the service's update logs endpoint in
a tight loop while waiting for a deployment to complete. This is not
necessary, and can indeed be deletrious to the user experience: it
appears that this may be exacerbating some mysterious 500 responses from
API gateway.

These changes add a brief sleep in the relevant loop that waits for 5
seconds if the last call produced new log entries or 15 seconds if it
did not.

Fixes #844.
2018-02-07 16:57:05 -08:00
..
cloud Wait between calls to fetch update logs. 2018-02-07 16:57:05 -08:00
local Clean up colorization logic 2018-01-31 15:46:14 -08:00
state Support secrets for cloud stacks. 2017-12-22 07:59:27 -08:00
backend.go Clean up colorization logic 2018-01-31 15:46:14 -08:00
display.go Clean up colorization logic 2018-01-31 15:46:14 -08:00
stack.go Clean up colorization logic 2018-01-31 15:46:14 -08:00
updates.go Add "pulumi history" command (#826) 2018-01-24 18:22:41 -08:00