[[["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."],[[["This function parses a string to determine the maximum allowed age of a task."],["The input string `age_limit` must contain a non-negative number followed by `s`, `m`, `h`, or `d` representing seconds, minutes, hours, or days, respectively."],["The function returns the age limit as an integer representing the total number of seconds."],["If the input string is not in the correct format, it will raise a `MalformedQueueConfiguration` exception."]]],[]]