[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-30 UTC."],[[["The `ParseRate` function interprets a rate string, which can be in the format `number/unit` or the literal `0`."],["Supported units for the rate string include `s` (seconds), `m` (minutes), `h` (hours), and `d` (days)."],["The input to the function `ParseRate` is `rate` which represents a string."],["The function returns a floating-point number that signifies the rate per second."],["An exception, `MalformedQueueConfiguration`, is raised if the provided rate string is invalid."]]],[]]