Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restructure run scripts as micro-services #106

Closed
9 tasks done
ahdinosaur opened this issue Aug 3, 2015 · 1 comment · Fixed by #107
Closed
9 tasks done

restructure run scripts as micro-services #106

ahdinosaur opened this issue Aug 3, 2015 · 1 comment · Fixed by #107
Assignees

Comments

@ahdinosaur
Copy link
Contributor

restructuring the app to support individual instances has led me to make the app easier to run as a set of micro-services (it's a long story). this is part of me trying to clean up known hacks and stop myself from implementing more hacks, i don't intend to create the perfect micro-service system just something that works with what we have now. anyways, here's an issue to track progress. 🎲

  • server.js
  • services
    • api-service
    • ui-service
    • bundle-service
    • assets-service
    • less-service
  • setup pm2 processes.js file
  • setup bin/holodex to use pm2
@ahdinosaur ahdinosaur self-assigned this Aug 3, 2015
@ahdinosaur
Copy link
Contributor Author

yeah nah, actual micro-services are too much of a change that we don't need so it's just gonna be psuedo micro-services that run under pm2 as a single service within our existing dokkus. still nice to clean this up though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant