Replies: 3 comments 8 replies
-
@Fluxus00 Don't have an idea about what's happening, how about implementing re-tries in your script as a workaround, does it help? |
Beta Was this translation helpful? Give feedback.
-
Have you tried slowing down consecutive requests by adding some delay inbetween? |
Beta Was this translation helpful? Give feedback.
-
Thank you both for your answers. I decided to use a combination of both of your suggestions. Like this: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Guys, I am using InvenTree and its API frequently. When I am performing an API request it happens irregularity that i get an error "503 - Service not Available" but when I check the server it still runs normal. The whole error message also contains parts of an http code containing the "Service under maintenance" website of InvenTree.
The error seems to appear randomly, smaller scripts or single API requests working as expected for most of the time. But for my larger scripts, it is almost certain, that they get interrupted by this error. The error always appears at different parts of the script and I was not able to identify something consistent.
Since this error is very annoying I would like to ask if this error is known to someone, how i might be able to fix it and what information i could provide to make finding a solution easier.
Beta Was this translation helpful? Give feedback.
All reactions