Is there a way to disable the retry options for tasks that failed?
Its not possible to do this in queue.yaml
retry_parameters:
task_retry_limit: 0
Is there any other option to disable retries?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If setting task_retry_limit to 0, you can try checking for the task queue header
X-AppEngine-TaskRetryCount, and aborting if it’s non-zero.