We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 318ea10 commit 9bf5befCopy full SHA for 9bf5bef
content/pages/06-devops/06-rollbar.markdown
@@ -16,6 +16,10 @@ report errors.
16
17
18
### Rollbar resources
19
+* [Rollbar monitoring of Celery in a Django app](https://www.mattlayman.com/2017/django-celery-rollbar.html)
20
+ covers the [Celery](/celery.html) [task queue](/task-queues.html) and how to
21
+ discover issues that happen in asynchronous worker processes.
22
+
23
* [How to Add Hosted Monitoring to Flask Web Applications](/blog/hosted-monitoring-flask-web-apps.html)
24
adds Rollbar's error tracking to a [Flask](/flask.html) web application.
25
0 commit comments