-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add retry with delay on some errors #18
base: master
Are you sure you want to change the base?
Conversation
* Create CI Actions * add container ps for debugging * add container ID step * fix typo * Use container ID * add sleep * unescape variable * update variables * remove quotes aswell * correct env variable * Update README.md badges
retry on 503
Hey there! This repo hasn't seen activity in over 4 years, I think it's safe to say this project has probably been abandoned. I'm not sure if this is bad manners or not, but I have been working on this repo for a month or so by adding support for the package config management endpoint to add support for I'd love to have you merge your changes in over there if you're interested? This was actually on my todo list lol. |
Hello. Nice to here that someone, except me, try to enhance Sure. I'll made a PR to your fork. |
* (WIP) Add Endpoint config * Add dev flake * feat: Add CreatePackage method and supporting tests * feat:Add Create and Delete package method * feat: Add package stage create method * test: remove active stage test * add devle debugger to flake * run tests sequentially for package stage tests * feat: add package stage methods, remove broken endpoint tests * ci: add ci workflow * fix: Remove DeletePackageStage as API doesnt handle it correctly * test: Add get package stage error test * test: Add additional error testing * feat: Add CreateEndpoint method * chore: add docker_restart for quick rebuild * feat: Add Create and Get Endpoint methods * fix: remove commented static password * docs: Create CHANGELOG * docs: Add todo for handling zones properly * ci: Remove build action, as there is nothing to build
* retry on connect * codestyle * retry in new request retry on 503 * refactor --------- Co-authored-by: Pavel Motyrev <[email protected]>
Implements retry with delay in case if Icinga2 server returns
503 Icinga is reloading
or low-level errors, likeConnection refused
.