You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a task with some sub-tasks, which in turn have subtasks. As it is truly annoying to send this many single requests, I would like to see batching as it is available for the Sync API as well.
The problem it solves
Many single small requests cause delays and a single batch request would be faster.
Alternatives
Traversing through ever single step of the tasks to be created - not a nice option.
Use case / screenshots
Adding a task composed of multiple levels e.g. like this:
Base task: Pack bags for roadtrip
├── gear
│ ├── jerry can
│ └── tent
└── clothes
├── hat
├── pants
└── shoes
Additional information
The text was updated successfully, but these errors were encountered:
Enhancement description
I'm trying to create a task with some sub-tasks, which in turn have subtasks. As it is truly annoying to send this many single requests, I would like to see batching as it is available for the Sync API as well.
The problem it solves
Many single small requests cause delays and a single batch request would be faster.
Alternatives
Traversing through ever single step of the tasks to be created - not a nice option.
Use case / screenshots
Adding a task composed of multiple levels e.g. like this:
Base task: Pack bags for roadtrip ├── gear │ ├── jerry can │ └── tent └── clothes ├── hat ├── pants └── shoes
Additional information
The text was updated successfully, but these errors were encountered: