{ "info": { "author": "Daniel Welch", "author_email": "dwelch2102@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# django-q-rollbar\nA [Django Q](https://github.com/Koed00/django-q/) Error Reporter plugin adding [Rollbar](https://rollbar.com/) support.\n\n### Installation\nThis plugin is intended to be included with Django Q as [setuptools extra](https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies).\n\n`$ pip install django-q[rollbar]`\n\nOr add `django-q[rollbar]` to `requirements.txt`.\n\n> This plugin requires Django Q version 0.8.1 or greater. Earlier versions of Django Q can incorporate rollbar support via the `rollbar` key in the `Q_CLUSTER` settings dictionary.\n\n### Usage\nConfigure Rollbar via the Django Q `Q_CLUSTER` dictionary in your Django project's `settings.py`. It is important that the `rollbar` key be set in the `error_reporter` dictionary, as this name aligns with the project's entry point for this plugin.\n```python\nQ_CLUSTER = {\n 'error_reporter': {\n 'rollbar': {\n 'access_token': '32we33a92a5224jiww8982',\n 'environment': 'Django-Q'\n }\n }\n}\n```\nPlease check the [Pyrollbar configuration reference](https://rollbar.com/docs/notifier/pyrollbar/) for more options. Additional options defined in `Q_CLUSTER` are passed directly as kwargs to Pyrollbar's `rollbar.init`.\n\nOf course, you will need a Rollbar account and access token to use this plugin.\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://django-q.readthedocs.org", "keywords": "django distributed task queue worker scheduler cron redis disque ironmq sqs orm mongodb multiprocessing rollbar", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-q-rollbar", "package_url": "https://pypi.org/project/django-q-rollbar/", "platform": "", "project_url": "https://pypi.org/project/django-q-rollbar/", "project_urls": { "Homepage": "https://django-q.readthedocs.org" }, "release_url": "https://pypi.org/project/django-q-rollbar/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "A Rollbar support plugin for Django Q", "version": "0.1.1" }, "last_serial": 3395149, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "3498fbe23851e3db87bcaa14074c424b", "sha256": "5b261a15bcdfa440c9e7574569e887046b084c7edeb01bfe4e273494e71ac07e" }, "downloads": -1, "filename": "django_q_rollbar-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "3498fbe23851e3db87bcaa14074c424b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3914, "upload_time": "2017-12-06T19:03:52", "url": "https://files.pythonhosted.org/packages/cb/f6/feffb45964948e5229d5451b7336bbfea50665246cf859a94df551a44b26/django_q_rollbar-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "583fbae24222fec3a10d7d1116be627b", "sha256": "31bd30fbdd8934e626a6ac61faf36cbb514e6ed6eb7e766ce43af0d321613f9f" }, "downloads": -1, "filename": "django-q-rollbar-0.1.1.tar.gz", "has_sig": false, "md5_digest": "583fbae24222fec3a10d7d1116be627b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1879, "upload_time": "2017-12-06T19:03:54", "url": "https://files.pythonhosted.org/packages/42/dc/a57bd2a91af2cfc5bf0fbb4bc22ddb48a0e08b4c9e017bd2ab0a45e087dc/django-q-rollbar-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3498fbe23851e3db87bcaa14074c424b", "sha256": "5b261a15bcdfa440c9e7574569e887046b084c7edeb01bfe4e273494e71ac07e" }, "downloads": -1, "filename": "django_q_rollbar-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "3498fbe23851e3db87bcaa14074c424b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3914, "upload_time": "2017-12-06T19:03:52", "url": "https://files.pythonhosted.org/packages/cb/f6/feffb45964948e5229d5451b7336bbfea50665246cf859a94df551a44b26/django_q_rollbar-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "583fbae24222fec3a10d7d1116be627b", "sha256": "31bd30fbdd8934e626a6ac61faf36cbb514e6ed6eb7e766ce43af0d321613f9f" }, "downloads": -1, "filename": "django-q-rollbar-0.1.1.tar.gz", "has_sig": false, "md5_digest": "583fbae24222fec3a10d7d1116be627b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1879, "upload_time": "2017-12-06T19:03:54", "url": "https://files.pythonhosted.org/packages/42/dc/a57bd2a91af2cfc5bf0fbb4bc22ddb48a0e08b4c9e017bd2ab0a45e087dc/django-q-rollbar-0.1.1.tar.gz" } ] }