graph-notebook
graph-notebook copied to clipboard
Fix %db_reset timeout handling, make timeout limit configurable
Issue #, if available: #368
Description of changes:
- Fixed
UnboundLocalError
failure occurring when%db_reset
is unable to retrieve database status within the allotted time limit - Added new
--max-status-retries
option to%db_reset
; allows the user to configure the maximum time limit for checking if the database reset has completed.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.