◆ calculate_process_duration()
def QueueStatusServer.model.patchlog.PatchLog.calculate_process_duration |
( |
|
self | ) |
|
◆ calculate_wait_duration()
def QueueStatusServer.model.patchlog.PatchLog.calculate_wait_duration |
( |
|
self | ) |
|
◆ lookup()
def QueueStatusServer.model.patchlog.PatchLog.lookup |
( |
|
cls, |
|
|
|
attachment_id, |
|
|
|
queue_name |
|
) |
| |
◆ lookup_if_exists()
def QueueStatusServer.model.patchlog.PatchLog.lookup_if_exists |
( |
|
cls, |
|
|
|
attachment_id, |
|
|
|
queue_name |
|
) |
| |
◆ attachment_id
QueueStatusServer.model.patchlog.PatchLog.attachment_id = db.IntegerProperty() |
|
static |
◆ bot_id
QueueStatusServer.model.patchlog.PatchLog.bot_id = db.StringProperty() |
|
static |
◆ date
QueueStatusServer.model.patchlog.PatchLog.date = db.DateTimeProperty(auto_now_add=True) |
|
static |
◆ finished
QueueStatusServer.model.patchlog.PatchLog.finished = db.BooleanProperty(default=False) |
|
static |
◆ latest_message
QueueStatusServer.model.patchlog.PatchLog.latest_message = db.StringProperty(multiline=True) |
|
static |
◆ process_duration
QueueStatusServer.model.patchlog.PatchLog.process_duration = db.IntegerProperty() |
|
static |
◆ queue_name
QueueStatusServer.model.patchlog.PatchLog.queue_name = db.StringProperty() |
|
static |
◆ retry_count
QueueStatusServer.model.patchlog.PatchLog.retry_count = db.IntegerProperty(default=0) |
|
static |
◆ status_update_count
QueueStatusServer.model.patchlog.PatchLog.status_update_count = db.IntegerProperty(default=0) |
|
static |
◆ wait_duration
QueueStatusServer.model.patchlog.PatchLog.wait_duration = db.IntegerProperty() |
|
static |
The documentation for this class was generated from the following file: