google.appengine.api.queueinfo.ParseTaskAgeLimit

Parses a string representing the task's age limit (maximum allowed age).

The string must be a non-negative integer or floating point number followed by one of s, m, h, or d (seconds, minutes, hours, or days, respectively).

age_limit The string that contains the task age limit.

An integer that represents the age limit in seconds.

MalformedQueueConfiguration If the limit argument isn't a valid Python double followed by a required suffix.