I haven't tested discord, do you think you could open an issue on gitlab and ideally a merge request with a failing unit test?
Webhooks use the slack-like message syntax. So if an app doesn't support it, then it won't work.
I'm making a handy new tool
./manage.py ingest_benchmark
0.8869080519998533
The idea is to very quickly benchmark. It's probably not as good as using locust for load testing on a real server, but it's fast and easy to run on different branches and compare.
My glitchtip/glitchtip-backend!80 that moves some event processing into celery has exactly the results I would expect.
Must faster event processing in the web request, almost twice as fast.
Lower overall processing likely due to redis/celery overhead and a need for additional queries.
I'm currently working on implementing uptime monitoring on GlitchTip's frontend (at the moment it is only available from the administrative backend). Trying to come up with some help text for the various types of monitors we offer. What does everyone think of these descriptions?
Ping: GlitchTip will "ping" the specified URL using an HTTP HEAD request with no payload.
GET: GlitchTip will send an HTTP GET request to the specified URL.
POST: GlitchTip will send an HTTP POST request to the specified URL.
Heartbeat: GlitchTip will await requests from your site to ensure it is active.
The top of this page has a quick python test to check email https://docs.djangoproject.com/en/3.2/topics/email/
Email uses django-environ. We also offer paid installation help if desired.
This issue is tripping me up today glitchtip/glitchtip-backend#109
The query needs a distinct but the performance impact is not even worth considering (start counting query time in minutes)
Sentry OSS doesn't help because they simply omit the ability to search issues without setting and organization which greatly simplifies the problem. Could do the same....I was dreaming one day to have a homepage that isn't org specific but that probably isn't all that important.