Definition at line 18 of file neo4j_tools.py.
◆ can_retry()
def app.neo4j_tools.RetryConfig.can_retry |
( |
|
self | ) |
|
◆ configure()
def app.neo4j_tools.RetryConfig.configure |
( |
|
cls, |
|
|
|
config |
|
) |
| |
◆ sleep()
def app.neo4j_tools.RetryConfig.sleep |
( |
|
self | ) |
|
◆ delay
float app.neo4j_tools.RetryConfig.delay = 0.1 |
|
static |
◆ iteration
int app.neo4j_tools.RetryConfig.iteration = 0 |
|
static |
◆ max_attempts
int app.neo4j_tools.RetryConfig.max_attempts = 3 |
|
static |
The documentation for this class was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/topology-engine-rest/app/app/neo4j_tools.py