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
TIL that watchfiles replaces this handler, but in a production environment, the dev subcommand isn't recommended. The start command, on the other hand, doesn’t rely on watchfiles at all.
While killing the process started by cli.run_app method using SIGTERM I can observe the following log line:
I assume this is not expected as the invocation of https://github.com/samuelcolvin/watchfiles/blob/cb0bcd84ae4ebea084c1db1adcf7a778952b3842/watchfiles/run.py#L438C19-L438C33 overrides the signal handler set in
agents/livekit-agents/livekit/agents/cli/cli.py
Line 258 in 57834ec
The text was updated successfully, but these errors were encountered: