add some docs about queues, esp what priority is

This commit is contained in:
stvnrlly
2022-11-30 11:56:49 -05:00
parent 01a432c86e
commit ae25998e52
2 changed files with 98 additions and 8 deletions

View File

@@ -16,11 +16,3 @@ To run a command on cloud.gov, use this format:
`cf run-task CLOUD-GOV-APP --commmand "YOUR COMMAND HERE" --name YOUR-COMMAND`
[Here's more documentation](https://docs.cloudfoundry.org/devguide/using-tasks.html) about Cloud Foundry tasks.
## Celery scheduled tasks
After scheduling some tasks, run celery beat to get them moving:
```
make run-celery-beat
```