Skip to content

Commit

Permalink
Merge branch 'main' of ../private
Browse files Browse the repository at this point in the history
  • Loading branch information
lunar-devops committed Dec 31, 2023
2 parents 78c658a + b8b9472 commit 729f9d6
Show file tree
Hide file tree
Showing 11 changed files with 360 additions and 91 deletions.
8 changes: 2 additions & 6 deletions interceptors/lunar-ts-interceptor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,8 @@ Our Interceptors are designed to run as close as possible to our user's code and
5. Lunar Proxy returns the response to Lunar Interceptor.
6. Lunar Interceptor returns the response to the application seamlessly as expected.

<img src="./readme-files/happy_flow.png" width="700" height="500" />

In case of an error while using Lunar Proxy, the Interceptor will use the original destination instead.

<img src="./readme-files/on_error.png" width="700" height="500" />

- In case of an error while using Lunar Proxy, the Interceptor will use the original destination instead.

## Failsafe Mechanism

The Failsafe Mechanism is intended to minimize delays between the Interceptor and Proxy on the rare case when the Proxy is not available.
Expand Down
280 changes: 256 additions & 24 deletions interceptors/lunar-ts-interceptor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 729f9d6

Please sign in to comment.