Botfuel / botfuel-dialog

Botfuel SDK to build highly conversational chatbots
https://docs.botfuel.io
Other
102 stars 18 forks source link

Retry entity extraction request 3 times if 503 error #252

Closed KevinDepuydt closed 5 years ago

KevinDepuydt commented 6 years ago

In the WsExtractor, retry to request the service if the request fail with a 503 http status code.

Related issue https://github.com/Botfuel/botfuel-dialog/issues/231