It comes down to preference. It always makes sense to have a process manager running in Node.js production. It would be a better user experience to have an application restart after being down for example. Note that having a process manager will impact resources / performance. However, if you have mission critical apps, then it would be worth the performance hit to have a PM running.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscribe@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/28b57b11-fec9-48b3-a9bc-fa95bb7de91d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On 25 Jul BE 2561, at 20:15, 'Julie (cloud platform support)' via Google App Engine <google-a...@googlegroups.com> wrote:
How you are planning to use the Process Manager? I can check to see if that functionality is supported.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/0cd76932-9ab8-4ebf-ac0c-3f3d1b2f3c19%40googlegroups.com.
Excuse me, What is Process Manager ?
I never used it.
On 25 Jul BE 2561, at 20:15, 'Julie (cloud platform support)' via Google App Engine <google-appengine@googlegroups.com> wrote:
How you are planning to use the Process Manager? I can check to see if that functionality is supported.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscribe@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/0cd76932-9ab8-4ebf-ac0c-3f3d1b2f3c19%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscribe@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/1DC0BDF2-16AE-4622-832A-3D38597675D4%40gmail.com.
The decision on whether or not to include a process manager really depends on your application and if it is critical that it avoids/minimizes downtime. As mentioned by Kenworth, including one would likely improve user experience but may increase resource usage and therefore cost.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/a7aba032-962d-4f8b-9ae0-d163c2203491%40googlegroups.com.
So GAE env itself or the Docker env provides nothing of this sort?
So GAE env itself or the Docker env provides nothing of this sort?Not on GAE. For Docker, you can try look at restart policies and see if it fits your use-case.
--
You received this message because you are subscribed to the Google Groups "Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/5147a8c8-622c-42ed-b575-5ba7d96826bb%40googlegroups.com.