# Cloud Tasks
- [Main page](https://cloud.google.com/tasks/)
*Cloud Tasks is a fully managed service that allows you to manage the execution, dispatch, and delivery of a large number of distributed tasks. Using Cloud Tasks, you can perform work asynchronously outside of a user or service-to-service request.*
# Tech thinks to remember
- Good to decouple of actions that take more than a millisecond.
- Cloud Tasks manages the queue
-
## Use cases