Miquel Torres Barceló
Miquel Torres Barceló
ok, I'll look into it!
Ok, it may not be a bug, just a configuration problem. Overmind 0.1 was pretty easy to setup, but master now uses a job queue with RabbitMQ and celery. What...
ok, will check that out starting from the beginning
Hi, I started from the beginning myself. I does seem to work for me. The problem is two-fold: - When celery is not running you get no feedback that the...
For the moment I implemented a workaround, by having unit tests use a test_urls.py that deactivates authentication
We are also having this problem with Python 3.6 and Django 1.11 It's an issue that prevents us form directly hooking Sentry directly to alert systems.
I can confirm that the RAVEN_CONFIG described by @jacobwegner works well. Many thanks!
That's a great point @hobochild ! @sanntt @andrewgy8 I don't think `nack`ing is the "normal way of doing things". From the documentation: > if you ack only upon completion, then...