lashex / flask-neo4j

Flask extension providing integration with the Neo4j graph database.
Other
57 stars 16 forks source link

Add GraphDatabaseService retry capability #2

Closed lashex closed 10 years ago

lashex commented 10 years ago

Using the following configuration values enable connection retries.

app.config['CONNECTION_RETRY']
app.config['RETRY_INTERVAL']