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
currently as we finish preprocess for generating input, we run binary in same thread. Ideally should spawn multiple thread so that other request via input file will not get block.
And as spawning multiple run means, we are chunking processing step ( get input.json -> generate output.json & PIE ) to be expose seperate, this should happen after #80 make it stateful to divide the step of preprocess and process.
The text was updated successfully, but these errors were encountered:
Context
currently as we finish preprocess for generating input, we run binary in same thread. Ideally should spawn multiple thread so that other request via input file will not get block.
And as spawning multiple run means, we are chunking
processing
step ( get input.json -> generate output.json & PIE ) to be expose seperate, this should happen after #80 make it stateful to divide the step of preprocess and process.The text was updated successfully, but these errors were encountered: