CentreForDigitalHumanities / parseport

Dutch sentence parser for Spindle + Æthel (and maybe others in the future).
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Parser backend status #8

Closed bbonf closed 6 months ago

bbonf commented 1 year ago

Because the spindle container runs in a separate container and takes a while to start, there's a chance that the user sends a requests when the backend isn't ready, and that fails without an explanation. It would be nice if the app could check the status of spindle (or the relevant parser backend), and prevent the user from sending queries if the parser is not ready.

XanderVertegaal commented 6 months ago

The same is true for Aethel now. The frontend should receive a signal when the backend is ready to receive requests.