Troubleshooting - #176
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
review nodig: nee
labels: 📚 leerzaam — verduidelijkt een veilige retry-strategie bij time-outs en de impact op database/performance.
Deze PR actualiseert de Troubleshooting-documentatie voor Profit door de time-out foutmelding te vereenvoudigen en extra guidance toe te voegen over het veilig herproberen van requests.
Changes:
- Frontmatter-datum bijgewerkt naar 2026-08-13 (NL/EN).
- Time-out foutmelding aangepast naar “Command timeout expired.” (NL/EN).
- Extra uitleg toegevoegd over 15 minuten wachten vóór retry om database-overbelasting te voorkomen (NL/EN).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| markdownpages/profit/nl/troubleshooting.md | NL troubleshooting: time-out melding en retry-advies aangescherpt; datum bijgewerkt. |
| markdownpages/profit/en/troubleshooting.md | EN troubleshooting: time-out melding en retry-advies aangescherpt; datum bijgewerkt. |
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
|
||
| Time-outs komen zelden voor in AFAS API`s. De meeste time-out melden komen uit de client applicatie. Dit betekent dat de request op dat moment op de AFAS Server nog verwerkt wordt. Zorg dat je time-out zorgvuldig geconfigureerd is en gebruik een back-off strategie wanneer je een time-out tegenkomt. De AFAS server is vermoedelijk je vorige request nog aan het verwerken. | ||
| De AFAS API heeft een time-out van 900 seconden (15 minuten). Na verstrijken van deze tijd geeft de API een foutcode 500 met melding "De maximale tijdsduur voor het uitvoeren van de opdracht is verstreken." of "The maximum duration for performing the assignment has been exceeded.". | ||
| De AFAS API heeft een time-out van 900 seconden (15 minuten). Na verstrijken van deze tijd geeft de API een foutcode 500 met melding "Command timeout expired.". |
|
|
||
| Timeouts rarely occur in AFAS APIs. Most timeout messages come from the client application. This means that the request is still being processed at the AFAS server at that moment. Make sure your timeout is carefully configured and use a back-off strategy when you encounter a timeout. The AFAS server is probably still processing your previous request. | ||
| The AFAS API uses a timeout of 900 seconds (15 minutes). After this time, the API will return an Error 500 with message "De maximale tijdsduur voor het uitvoeren van de opdracht is verstreken." or "The maximum duration for performing the assignment has been exceeded.". | ||
| The AFAS API uses a timeout of 900 seconds (15 minutes). After this time, the API will return an Error 500 with message "Command timeout expired.". |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.