Your app is crashing. Here's the latest log:
Errors prevented startup:
While building for os.linux.x86_64:
server/job-worker.js:165:23: /opt/meteor/miteam/server/job-worker.js: Unexpected reserved word 'await'. (165:23)
163 | subscription.forEach(function(c) {
164 | job.log("Send single email.");
> 165 | const user = await Meteor.users.findOneAsync({_id: c.uid}, {fields: {"profile.email": 1, "profile.lang": 1}});
| ^
166 | var email = user && user.profile && user.profile.email;
167 | if (email && c.aid) {
168 | await comments = comments.mapAsync(async function(doc){
Your application has errors. Waiting for file change.