From 901901e3a9aa7af97e52b33b0225deb995a2e48a Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 2 Dec 2018 18:40:27 +0200 Subject: [PATCH] Updated Debugging (markdown) --- Debugging.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Debugging.md b/Debugging.md index ac3c0fa..8b50d74 100644 --- a/Debugging.md +++ b/Debugging.md @@ -1,5 +1,9 @@ ## TODO +[Quote from advise](https://github.com/meteor/meteor/issues/9796#issuecomment-443520767): + +> Identify the core service your app is providing and make sure it is running independently. Put everything non-critical, including reporting, on some other system. + [Look at scaling tips here](https://github.com/meteor/meteor/issues/9796#issuecomment-411373831), quote: > smeijer commented 25 days ago