Skip to content

Commit 3841648

Browse files
authored
Update README.md
1 parent 5f6b21b commit 3841648

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Strongly typed background tasks with FastAPI and CloudTasks!
44

5+
GCP's Cloud Tasks + FastAPI = Replacement for celery's async delayed tasks.
6+
7+
GCP's Cloud Scheduler + FastAPI = Replacement for celery beat.
8+
9+
FastAPI Cloud Tasks + Cloud Run = Autoscaled delayed tasks.
10+
511
## Installation
612

713
```
@@ -10,12 +16,6 @@ pip install fastapi-cloud-tasks
1016

1117
## Concept
1218

13-
GCP's Cloud Tasks + FastAPI = Replacement for celery's async delayed tasks.
14-
15-
GCP's Cloud Scheduler + FastAPI = Replacement for celery beat.
16-
17-
FastAPI Cloud Tasks + Cloud Run = Autoscaled delayed tasks.
18-
1919
[`Cloud Tasks`](https://cloud.google.com/tasks) allows us to schedule a HTTP request in the future.
2020

2121
[FastAPI](https://fastapi.tiangolo.com/tutorial/body/) makes us define complete schema and params for an HTTP endpoint.

0 commit comments

Comments
 (0)