Skip to content

Commit

Permalink
Add instructions for starting background tasks in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Dec 19, 2024
1 parent 471e181 commit 114ea30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,11 @@ You can start flower to start monitoring your tasks
celery -A aiproject --broker=redis://127.0.0.1:6379/0 flower
```

## Start background tasks
```bash
python manage.py qcluster
```

## Run Tests

```
Expand Down

0 comments on commit 114ea30

Please sign in to comment.