Skip to content

Troubleshooting - #176

Merged
Eric Zwaal (ezw2000) merged 2 commits into
mainfrom
Troubleshooting
Aug 13, 2026
Merged

Troubleshooting#176
Eric Zwaal (ezw2000) merged 2 commits into
mainfrom
Troubleshooting

Conversation

@ezw2000

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI lite review requested due to automatic review settings August 13, 2026 09:26
@ezw2000
Eric Zwaal (ezw2000) enabled auto-merge (squash) August 13, 2026 09:26

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.".

@afaspublicrepos afaspublicrepos Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Automatisch goedgekeurd

Deze PR is automatisch goedgekeurd omdat Copilot heeft aangegeven:
review nodig: nee

@ezw2000
Eric Zwaal (ezw2000) merged commit 75f980b into main Aug 13, 2026
9 checks passed
@ezw2000
Eric Zwaal (ezw2000) deleted the Troubleshooting branch August 13, 2026 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants