google.appengine.api.queueinfo.ParseRate

Parses a rate string in the form number/unit, or the literal 0.

The unit is one of s (seconds), m (minutes), h (hours) or d (days).

rate The string that contains the rate.

A floating point number that represents the rate/second.

MalformedQueueConfiguration If the rate is invalid.