Turns out that 90% of our transactions were coming from hits to /api/ - this is the healthcheck endpoint and is used by Apex and Azure to check things are running and thus gets tonnes of hits... hence using up all our transactions!
This should filter those out - but we won't find out until our transaction limit resets (should be soon I think). If it works I'll transfer it to the ACACIA projects too.
closes #138
Dependency changes
Updated sentry-sdk and relocked. Also updated requirements.txt with this.
Testing
N/A
Documentation
N/A
Migrations (if applicable)
None
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[x] New migrations have been committed
[x] I have added tests that prove my fix is effective or that my feature works
[x] New and existing unit tests pass locally with my changes
[x] If appropriate, I have bumped any version numbers
Description
Turns out that 90% of our transactions were coming from hits to
/api/
- this is the healthcheck endpoint and is used by Apex and Azure to check things are running and thus gets tonnes of hits... hence using up all our transactions!This should filter those out - but we won't find out until our transaction limit resets (should be soon I think). If it works I'll transfer it to the ACACIA projects too.
closes #138
Dependency changes
Updated sentry-sdk and relocked. Also updated requirements.txt with this.
Testing
N/A
Documentation
N/A
Migrations (if applicable)
None
Checklist: