Skip to content

Commit

Permalink
Add cron_job_monitor in README
Browse files Browse the repository at this point in the history
  • Loading branch information
thenav56 committed May 16, 2024
1 parent 6781c26 commit 881c6ae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,12 @@ For updating the index
```(bash)
docker-compose exec serve bash python manage.py update_index
```
## Sentry

For updating the cron monitored tasks
```(bash)
docker-compose exec serve bash ./manage.py cron_job_monitor
```

## See logs from Kubernetes
There are a few different ways to see logs in the new Kubernetes based stack. Both of the options require `kubectl`, access to the cluster. Once the cluster is added to your local kubernetes context, follow the steps below:
Expand Down

0 comments on commit 881c6ae

Please sign in to comment.