Open
Bug 1619342
Opened 6 years ago
Allow specifying worker pool's reregistrationTimeout using fromNow format
Categories
(Taskcluster :: Services, enhancement)
Taskcluster
Services
Tracking
(Not tracked)
NEW
People
(Reporter: dustin, Unassigned)
Details
Currently we require that reregistrationTimeout is in seconds, but it's usually going to be a large value like 96 hours. That's easier to read/write as "96 hours" or "3 days" than "345600".
The idea here would be to update the worker-lifecycle.yml schema to accept either an integer (still treated as number of seconds) or a string in fromNow format.
You need to log in
before you can comment on or make changes to this bug.
Description
•