Skip to content

Commit

Permalink
Merge pull request #76 from DalgoT4D/fatchat-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
fatchat authored Sep 10, 2023
2 parents ddee584 + 2f99865 commit bcd2199
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# prefect-proxy

[![Code coverage badge](https://img.shields.io/codecov/c/github/DevDataPlatform/prefect-proxy/main.svg)](https://codecov.io/gh/DevDataPlatform/prefect-proxy/branch/main)
[![DeepSource](https://app.deepsource.com/gh/DevDataPlatform/prefect-proxy.svg/?label=active+issues&show_trend=true&token=2GpMBhrZhOTX8-sWY9yJWDXY)](https://app.deepsource.com/gh/DevDataPlatform/prefect-proxy/?ref=repository-badge)
[![Code coverage badge](https://img.shields.io/codecov/c/github/DalgoT4D/prefect-proxy/main.svg)](https://codecov.io/gh/DalgoT4D/prefect-proxy/branch/main)
[![DeepSource](https://app.deepsource.com/gh/DalgoT4D/prefect-proxy.svg/?label=active+issues&show_trend=true&token=2GpMBhrZhOTX8-sWY9yJWDXY)](https://app.deepsource.com/gh/DalgoT4D/prefect-proxy/?ref=repository-badge)

Since Prefect exposes an async Python interface and Django does not play well with async functions, we split the Prefect interface off into a FastAPI project

Expand All @@ -17,7 +17,7 @@ You also need to run a celery worker against the queue called "proxy"

celery -A main.celery worker -Q proxy

More project documentation can be found at https://github.com/DevDataPlatform/prefect-proxy/wiki
More project documentation can be found at https://github.com/DalgoT4D/prefect-proxy/wiki


To run tests
Expand Down

0 comments on commit bcd2199

Please sign in to comment.