Skip to content

Commit

Permalink
Add Retry screenshot, add lightbox plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
fredsted committed Apr 25, 2024
1 parent 47317af commit 243abcb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/custom-actions/action-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@ The response of the request is stored in a series of variable names prefixed wit

When checked, this option will cause the HTTP to be retried in case of a network error, timeout, or related issue.

<figure markdown="span">
![Retry configuration screenshot](/images/http-retry.png){ width="300" }
<figcaption>Retry configuration screenshot</figcaption>
</figure>

Per default, there are 3 retries (4 requests total) with 1 second delay between each retry.

!!! note
Expand Down
Binary file added docs/images/http-retry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ plugins:
- git-revision-date-localized:
enable_creation_date: false
type: datetime
- glightbox

markdown_extensions:
- md_in_html
- codehilite
- admonition
- toc:
Expand Down

0 comments on commit 243abcb

Please sign in to comment.