Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Repeat the AJAX call if it fails. #7

Closed
kettil opened this issue Nov 29, 2019 · 0 comments
Closed

[FEATURE] Repeat the AJAX call if it fails. #7

kettil opened this issue Nov 29, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@kettil
Copy link
Owner

kettil commented Nov 29, 2019

It should be possible to set that the AJAX request is repeated automatically if the HTTP status code is greater than or equal to 500.

The following parameters should exist:

  • Number of possible repetitions
  • Waiting time (in microseconds), once as number and once as array.
    • Number: The waiting time between each attempt.
    • Array: First value for the waiting time until the first repetition, second value for the second repetition, etc.
@kettil kettil added the enhancement New feature or request label Nov 29, 2019
@kettil kettil added this to the V1.0.0 milestone Nov 29, 2019
@kettil kettil self-assigned this Nov 29, 2019
kettil added a commit that referenced this issue Nov 29, 2019
kettil added a commit that referenced this issue Nov 29, 2019
@kettil kettil closed this as completed Nov 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant