Skip to content

Commit

Permalink
fMT REadme
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-wedensday committed Mar 18, 2024
1 parent 563f509 commit 263bf40
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
Expand Up @@ -99,9 +99,9 @@ async def external_service_endpoint():

### Celery Dependencies
- Run following command to initiallize the celery worker
```shell
celery -A app.app.celery worker -l info
```
```shell
celery -A app.app.celery worker -l info
```
- Turn Up Celery Flower with
```shell
flower --broker=${REDIS_URL}/6 --port=5555
Expand Down

0 comments on commit 263bf40

Please sign in to comment.