Sends exceptions in Kuyruk workers to Sentry.
Project description
Kuyruk-Sentry
Sends exceptions in Kuyruk workers to Sentry.
Install
$ pip install kuyruk-sentry
Usage
from kuyruk import Kuyruk, Config
from kuyruk_sentry import Sentry
config = Config()
config.KUYRUK_SENTRY_DSN = "..."
kuyruk = kuyruk.Kuyruk(config)
s = Sentry(k)
@kuyruk.task
def oops():
1/0 # exception will be sent to Sentry
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Kuyruk-Sentry-1.1.4.tar.gz
(2.7 kB
view hashes)