You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

django-q-slack

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-q-slack

A Slack support plugin for Django Q

0.3.0
pipPyPI
Maintainers
1

django-q-slack

A Django Q Error Reporter plugin adding Slack support.

Installation

Usage

Configure Sentry via the Django Q Q_CLUSTER dictionary in your Django project's settings.py. It is important that the sentry key be set in the error_reporter dictionary, as this name aligns with the project's entry point for this plugin. The only required configuration entry is your Sentry DSN.

Q_CLUSTER = {
    'error_reporter': {
        'slack': {
            'web_hook': 'https://hooks.slack.com/services/...../..../....'
        }
    }

Keywords

django distributed task queue worker scheduler cron redis disque ironmq sqs orm mongodb multiprocessing slack

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts