You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
.This means I cannot use this new feature. Actually, when looking at the Network Debugger in my browser, I can see the Log message mentioning the timeout after 15 seconds, and the request completing sucessfully after 17 seconds.
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!
The text was updated successfully, but these errors were encountered:
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
kitchenowl/kitchenowl/lib/services/api/recipe.dart
Line 12 in 5686cfe
I can imagine a couple of solutions for this issue:
Thanks!
The text was updated successfully, but these errors were encountered: