solidusjs / solidus

A simple server that generates pages from JSON and Templates
MIT License
28 stars 7 forks source link

Remove worker farm #139

Closed joanniclaborde closed 7 years ago

joanniclaborde commented 8 years ago

Warning: based on #138

Workers take a lot of memory, are slow, and a pretty much only useful against infinite loops...

pushred commented 8 years ago

This seems to have broken redirects, trying this out on a site the redirect routes were no longer recognized, returning a 404. They all seemed to be collected from my redirects.js file correctly with no errors returned but the routes are missing for some reason.

joanniclaborde commented 8 years ago

I added logging when Solidus cannot load a file, instead of swallowing errors. I doubt redirects problems are related to this branch, but at least we'll know more...