-
-
Notifications
You must be signed in to change notification settings - Fork 141
Closed
Description
Hei,
Thanks for the new 0.6.3 release and KitchenOwl in general. I'm using it alot.
Unfortunately, I ran into a timeout with the new recipe LLM scraping functionality as my ollama deployment is not backed by a strong enough server to respond to the request within 15 seconds, as required by
static const Duration _TIMEOUT_SCRAPE = Duration(seconds: 15); |
I can imagine a couple of solutions for this issue:
- Have the scraping timeout defined by a frontend ENV var from the server side
- Have the scraping timeout defined by a settings parameter in the UI itself
- Display an error message akin to "this takes longer than expected. Do you want to abort?" after 15 seconds, and then if the request succeeds later than expected, display the successful scrape.
- Increasing the timeout like in fix: increase scrape timeout to 15s #454 would also work, but I would deem this a a worse solution since the timeout can be very setup-specific.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
Ready for Testing