You can configure the retry policy of the client by passing the configuration to the client constructor.Note: This isn for sending the request to QStash, not for the retry policy of QStash.The default number of attempts is 6 and the default backoff function is lambda retry_count: math.exp(retry_count) * 50.You can also pass in False to disable retrying.