concourse / pool-resource

atomically manages the state of the world (e.g. external environments)
Apache License 2.0
56 stars 36 forks source link

Update README to include units on retry_delay #9

Closed jenspinney closed 8 years ago

jenspinney commented 8 years ago

@luan

concourse-bot commented 8 years ago

Hi there!

We use Pivotal Tracker to provide visibility into what our team is working on. A story for this issue has been automatically created.

The current status is as follows:

This comment, as well as the labels on the issue, will be automatically updated as the status in Tracker changes.

vito commented 8 years ago

Should instead document the Go duration format, which is 10s, 1m, etc., but yeah.

jenspinney commented 8 years ago

@vito We tried that initially, but we got errors at runtime. Apparently the golang json unmarshaller doesn't use that format to decode strings into time.Durations. (This is why we wanted to add this to the docs :))

mariash commented 8 years ago

@jenspinney we fixed retry_delay to accept values in goland duration format.