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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This lab aims to outline a recipe for building a standardised Python server that
6
6
-[x] A Postgres server for development
7
7
-[x] A Redis server for development
8
8
-[ ] Healthcheck endpoint that will validate that the API can get to the database
9
-
-[x] Worker processes that will process tasks in the background (using Celery)
9
+
-[x] Worker processes that will process tasks in the background (using [TasIQ](https://github.com/taskiq-python/taskiq))
10
10
-[x] Provide `Dockerfile` for development and production
11
11
-[ ] Log aggregation and monitoring ([parseable](https://github.com/parseablehq/parseable))
12
12
-[x]~~CSRF protection~~ see [#52](https://github.com/anomaly/lab-python-server/issues/52), also see [official guide](https://fastapi.tiangolo.com/tutorial/cors/)
0 commit comments