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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size Kuyruk-Sentry-1.1.4.tar.gz (2.7 kB) | File type Source | Python version None | Upload date | Hashes View |