You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no reason to pass the request object to system status checker functions. System status should not depend on request and all checks should be able to run independent of any HTTP request, Ex: via command line, celery task, etc.
There is no reason to pass the request object to system status checker functions. System status should not depend on request and all checks should be able to run independent of any HTTP request, Ex: via command line, celery task, etc.