Skip to content

Commit ca2b972

Browse files
committed
docs: updates tech stack references
1 parent a78f82c commit ca2b972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This lab aims to outline a recipe for building a standardised Python server that
66
- [x] A Postgres server for development
77
- [x] A Redis server for development
88
- [ ] 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))
1010
- [x] Provide `Dockerfile` for development and production
1111
- [ ] Log aggregation and monitoring ([parseable](https://github.com/parseablehq/parseable))
1212
- [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

Comments
 (0)