Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma authored Sep 16, 2023
1 parent c0b4c10 commit eac2104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Set no of request that a worker can take at a time by using --concurrency
Raw Data API uses flower for monitoring the Celery distributed queue. Run this command on a different shell , if you are running redis on same machine your broker could be `redis://localhost:6379//`.

```
celery --broker=redis://redis:6379// --app API.api_worker flower --port=5000 --queues=recurring_queue,raw_default
celery --broker=redis://redis:6379// --app API.api_worker flower --port=5000 --queues="recurring_queue,raw_default"
```

### Navigate to the docs to view Raw Data API endpoints
Expand Down

0 comments on commit eac2104

Please sign in to comment.