Skip to content
Discussion options

You must be logged in to vote

Hi @digital88 , did you see them in the logs or are you getting them thrown up to your own code?

Anyway SyntheticTimeoutExceptions are thrown when you enable hard timeouts and those timeouts actually happen.

Have you enabled the feature maybe?
If so, basically you are saying "during a refresh, if the factory takes more than X time, I prefer to receive an exception instead of waiting too much" because you prefer to be fast and handle the error yourself.

If you enabled soft timeout instead, you will not receive them in your code and just see some warnings in the logs. Soft timeout means "during a refresh, if the factory takes more than X time, I prefer to temporarily reuse a stale (expired)…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by digital88
Comment options

You must be logged in to vote
1 reply
@jodydonetti
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants