-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add retry logic to waypoint subscribe * catch on fetchtimeout * add heartbeat * raise time out error * add trace log when an event found * 🎨 & update heartbeat value * add retry * use retry for backoff * update test * add tenacity * use tenacity for retry * ⚗️ testing some timeout config * ⚗️ timeout config * add resubscribe logic to nats_service if TimeoutError * remove unused * # pylint: disable=W0718 * 🎨 * fix lock file * remove look_back * remove look_back * fix tests * add debug logging * add exception handling * 🎨 add some debug handling * simplify exception handling * debug log, update exception log * raise exceptions * add unit test for nats_service * import tenacity stuff * make class function * add comment use imports * update logging * remove start time * use exception logging * tweak times * fix test * fix test * 🎨 * 🤡 * fix test * fix test * update log line
- Loading branch information
Showing
4 changed files
with
364 additions
and
81 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.