Add changes.

This commit is contained in:
Vincent Driessen 2012-08-29 14:57:40 +02:00
parent ce1da3f5ca
commit a5134c48c8
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@
many command line options: `rqworker -c settings` will source many command line options: `rqworker -c settings` will source
`settings.py`. `settings.py`.
- `rqworker` now supports one-flag setup to enable Sentry as its exception
handler: `rqworker --sentry-dsn="http://public:secret@example.com/1"`
Alternatively, you can use a settings file and configure `SENTRY_DSN
= 'http://public:secret@example.com/1'` instead.
### 0.3.0 ### 0.3.0
(August 5th, 2012) (August 5th, 2012)