mirror of
https://github.com/langchain-ai/auto-evaluator.git
synced 2026-07-19 22:53:35 -04:00
[GH-ISSUE #76] API continues to run after connection to client is closed / refreshed #42
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rlancemartin on GitHub (Apr 28, 2023).
Original GitHub issue: https://github.com/langchain-ai/auto-evaluator/issues/76
Originally assigned to: @benisgold, @rlancemartin on GitHub.
I kick off a job.
Then refresh client.
API will proceed:
But:
1/ Does not happen if API and front-end are deployed locally.
2/ Does not happen if only the front-end is deployed locally.
It appears to be a problem Vercel (remote deployed front-end).
API continues to run after connection to client is closed / refreshedto [GH-ISSUE #76] API continues to run after connection to client is closed / refreshed