Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add callback failure warning email #2190

Closed
wants to merge 12 commits into from

Timeout callback requests after 1 sec

d11521d
Select commit
Loading
Failed to load commit list.
Closed

Add callback failure warning email #2190

Timeout callback requests after 1 sec
d11521d
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Aug 13, 2024 in 4s

2 new alerts

New alerts in code changed by this pull request

  • 2 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 322 in app/config.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning

This assignment to 'HEARTBEAT_TEMPLATE_SMS_HIGH' is unnecessary as it is
redefined
before this value is used.

Check warning on line 56 in migrations/versions/0453_add_callback_failure_email.py

See this annotation in the file changed.

Code scanning / CodeQL

Implicit string concatenation in a list Warning

Implicit string concatenation. Maybe missing a comma?