Replies: 1 comment
-
|
more context
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version
v5.58.4
Platform
NodeJS
What happened?
I have a complex asr task, it has three steps, split -> transcribe -> merge. I use flow in transcribe and merge steps, in transcribe task I use sandbox job with childprocess, the code is below
what I find in log is below
as I highlight in red rectangle, nodejs start exec childprocess time compare python script start transcribe is different for 19 seconds. I know transcribe is a cpu heavy task, is there has some way to speedup it?
How to reproduce.
No response
Relevant log output
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions