knexer / llmtaskgraph

20 stars 1 forks source link

Handle frontend/backend restarts better #4

Closed knexer closed 1 year ago

knexer commented 1 year ago

Right now, if the backend restarts, the frontend also must restart (be refreshed). Resuming existing connections would be preferable.

Likewise, when the frontend connects to the backend, it will execute the task graph. That doesn't really make sense, and multiple concurrent connections might start the task graph multiple times, which probably wouldn't go well.