parent
72b85fc09f
commit
5e0eda9526
7 changed files with 65 additions and 11 deletions
|
@ -126,7 +126,9 @@ export default async (job: bq.Job, done: any): Promise<void> => {
|
|||
registerOrFetchInstanceDoc(user.host).then(i => {
|
||||
Instance.update({ _id: i._id }, {
|
||||
$set: {
|
||||
latestRequestReceivedAt: new Date()
|
||||
latestRequestReceivedAt: new Date(),
|
||||
lastCommunicatedAt: new Date(),
|
||||
isNotResponding: false
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue