Open Event Website Generator https://github.com/fossasia/open-event-wsgen/
dependabot-preview[bot] on npm_and_yarn
dependabot-preview[bot] on npm_and_yarn
chore(deps): bump gulp-esbuild … (compare)
dependabot-preview[bot] on npm_and_yarn
chore(deps): bump archiver from… (compare)
dependabot-preview[bot] on npm_and_yarn
dependabot-preview[bot] on npm_and_yarn
chore(deps): bump npm from 6.14… (compare)
dependabot-preview[bot] on npm_and_yarn
The wsgen server doesn't respond while the resizing task is running since it is being run on the speaker images directory using the async library
@iamareebjamal I tested this out for my dyno(https://damp-wave-90723.herokuapp.com/). This actually has helped achieve significant improvement in the ram usage as jemalloc is actually effective in resolving this issue for sharp. So jemalloc buildpack(https://github.com/gaffneyc/heroku-buildpack-jemalloc) must be enabled on prod as well as dev heroku dyno as it returns the free memory back to the OS and thus solves the issue of blocked memory.