mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
176433e307
- In the old boot the server wasn't started til we were ready - In new boot, we start the server immediately and send the old started event - Then, when we are ready to accept some traffic, we send a ready event - At the moment, ready isn't quite sent at the right time: - It _should_ be when we're ready to serve real traffic, not just send 503s - This is after the URL generation has finished - But this requires more refactoring work :( - So for now we send when everything else is ready - This really needs some tests |
||
---|---|---|
.. | ||
adapters | ||
api | ||
data | ||
lib | ||
models | ||
public | ||
services | ||
translations | ||
views | ||
web | ||
analytics-events.js | ||
ghost-server.js | ||
notify.js | ||
overrides.js | ||
update-check.js |