Added last checking for consumed
This commit is contained in:
parent
cb2d6ac593
commit
7343d51b15
@ -178,6 +178,7 @@ object TaskStore: TaskStore {
|
||||
TasksTable.update({ TasksTable.taskId eq taskId.toString() }) {
|
||||
it[consumed] = true
|
||||
it[TasksTable.status] = status
|
||||
it[lastCheckIn] = UtcNow()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user