kyboi
kyboi
> Hey, feel free to raise a PR :) Opened PR for this at #332
This works well, also allows scrolling back up while response is still streaming. However, sometimes it won't keep scrolling down even if nothing was touched and the answer is still...
If found it's the actual smooth scrolling that breaks this. If you make it immediately update the scrolling position it keeps scrolling down, unless the user scrolls back up. See...
Is the idea of this PR just to know the overall progress of a task as started/failure/success/retry or can an actual status message be passed from the worker task and...
In fact, it doesn't seem like a good idea to have more than one thread in that threadpool if all it is used for is genuine CPU-intensive sync tasks, provided...
It is probably best to allow the users to change / set and access the Executor, and document that as a feature. You can then have the default amount of...
If most of your tasks are async tasks and require a db session, you should probably lower the `max_async_tasks` to match the db pool size