It’s probably working as intended. Tasks that are retried are considered part of the expected behavior of Cloud Tasks when handling failures, since if a task execution fails, it will be retried until it succeeds. Additionally, you may be encountering a system throttling behavior, which is described here.