You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add retry logic in case of websocket connection closing. (Qiskit#324)
* Add retry logic in case of websocket connection closing.
* Change from allowing multiple retries to only allowing one retry.
* Updated doc string.
* Add test and mock websocket server handler for a successful retry.
* Remove currently unused global vars.
* Remove unused global import, add decorator
* Update doc string.
* Add test and mock websocket server handler for a failed retry.
* Add test and mock websocket server handler for job not found.
* Update doc strings for test cases.
* Update docstrings and documentation.
* moved helper decorator to test/decorators.py
* Fixed lint and style
* Added logger warning for retry when websocket is closed.
* Refactored handle_token_retry_success
* Removed decorator to keep track of retry
* Wrong function was called, fix.
* Updated logger.warning message.
* Improve readibility and consistensy.
0 commit comments