Mike-Dax/gatsby-transformer-ffmpeg

Gatsby build don't wait transform end

GuilhemBarboux opened this issue · 1 comments

Hi,

during my build, i have a lot of video to transform, and video transform isn't finish when gatsby build finish.
Maybe disable parallelization during build ?

Ty

hello i also have that issue, I think maybe it is about gatsby v4 that default uses parallel query running, I am able to build success by downgrading to gatsby v3 for now as temporary solution