<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "BackgroundTasks",
  "identifier" : "/documentation/BackgroundTasks/BGTaskScheduler/Error/tooManyPendingTaskRequests",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "Background Tasks"
    ],
    "preciseIdentifier" : "s:SC24BGTaskSchedulerErrorCodeLeV26tooManyPendingTaskRequestsSoAAVvpZ"
  },
  "title" : "tooManyPendingTaskRequests"
}
-->

# tooManyPendingTaskRequests

A task scheduling error that indicates there are too many pending tasks of the type requested.

```
static var tooManyPendingTaskRequests: BGTaskScheduler.Error.Code { get }
```

## Discussion

Try canceling some existing task requests and then resubmit the request that failed.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)