Disable caching of connections from router to function pods (#742)
A temporary fix for #723 which needs to be optimized in future. Disables caching of connections from the router to function pod/service.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
#!/bin/bash
|
||||
# Disabling for https://github.com/fission/fission/issues/723 will enable after resolution/cluster upgrade
|
||||
#test:disabled
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
#!/bin/bash
|
||||
# Disabling for https://github.com/fission/fission/issues/723 will enable after resolution/cluster upgrade
|
||||
#test:disabled
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
#!/bin/bash
|
||||
# Disabling for https://github.com/fission/fission/issues/723 will enable after resolution/cluster upgrade
|
||||
#test:disabled
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
|
||||
Reference in New Issue
Block a user