Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Flatland
Flatland
Commits
b2e30102
Commit
b2e30102
authored
Nov 09, 2021
by
nimishsantosh107
Browse files
redis flushall from service on init connect
parent
09e3f9f9
Pipeline
#8858
failed with stages
in 7 minutes and 25 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
flatland/evaluators/service.py
View file @
b2e30102
...
...
@@ -499,6 +499,7 @@ class FlatlandRemoteEvaluationService:
password
=
self
.
remote_password
)
self
.
redis_conn
=
redis
.
Redis
(
connection_pool
=
self
.
redis_pool
)
self
.
redis_conn
.
flushall
()
def
get_redis_connection
(
self
):
"""
...
...
Shivam Khandelwal
@shivam
mentioned in commit
159d5aa7
·
Nov 17, 2021
mentioned in commit
159d5aa7
mentioned in commit 159d5aa7e37ac741b00d194bf19cad1585d3df63
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment