Do not check redis during startupprobe
This commit is contained in:
parent
2ddb47ea29
commit
2acd85a3e6
1 changed files with 0 additions and 3 deletions
|
|
@ -46,9 +46,6 @@ class StartupProbeView(View):
|
|||
if cache.get(AlertChannelDefiningMixin.CACHE_KEY_DB_FALLBACK) is None:
|
||||
AlertChannelDefiningMixin().update_alert_receive_channel_cache()
|
||||
|
||||
cache.set("healthcheck", "healthcheck", 30) # Checking cache connectivity
|
||||
assert cache.get("healthcheck") == "healthcheck"
|
||||
|
||||
return HttpResponse("Ok")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue