pnorman's Comments
Post | When | Comment |
---|---|---|
Reporting Shortbread problems |
Yes, changes to the shortbread schema should be reported in shortbread-docs. |
|
OSM link previews |
Nothing on the website can depend on the dev server. That’s why it’s a dev server. It doesn’t have the redundancy, access controls, everything in chef, and all the other stuff needed for primary and secondary services. The dev server also can’t always connect to the DB over a psql connection since they might be in different datacenters. I don’t see any reasons why it couldn’t be on the frontend machines. If it’s a standalone service ruby would be easier to deploy, or it could be part of the existing website repo. |