RabbitMQ, Celery and Flower task management changes
Merged pull request
Merged in issue349celery (pull request #277)
- f4bb487
- Author: Ed McDonagh
- Closed by: Ed McDonagh
- 2019-02-08
Description
Adding numpy to standard requirements rather than pre-install. Hang-over from when it was being installed as binary from a random website for Windows, and compiled on Linux. Also was missing from offline-install!
Specifying
celery==3.1.25
for Windows users. Refs #349, will address ref #723Updating release notes, start services and windows daemonisation with sticking Windows Celery at 3.1.25. Refs #349 [skip ci] docs only
Missed a solo Refs #349 [skip ci] docs only
removing backend from celery settings Refs #349 [skip ci]
Moved statuses and jobs waiting to celery page. Need to add terminate RabbitMQ queued jobs, then can remove RabbitMQ page. Refs #637, #662, #705 [skip ci]
Added button to purge RabbitMQ queue. Refs #637, #662, #705 [skip ci]
Removed RabbitMQ url, views, templates. Refs #637, #662, #705 [skip ci]
New titles, links to docs, removed non-useful text. Refs #637, #662, #705 [skip ci]