File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
33Strongly 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.
You can’t perform that action at this time.
0 commit comments