Skip to content

Instantly share code, notes, and snippets.

@avaly
Created December 1, 2018 22:11
Show Gist options
  • Save avaly/d3950c3b4d96731d967c4c07c9cab34a to your computer and use it in GitHub Desktop.
Save avaly/d3950c3b4d96731d967c4c07c9cab34a to your computer and use it in GitHub Desktop.
require-so-slow-mp-core
const requireSoSlow = require('require-so-slow');
process.env.PROVIDER_NAME = 'webshows';
require('./bin/serve');
process.on('SIGTERM', () => {
requireSoSlow.write('rss.trace');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment