◆ create_key()
def QueueStatusServer.model.queuelog.QueueLog.create_key |
( |
|
queue_name, |
|
|
|
duration, |
|
|
|
timestamp |
|
) |
| |
|
static |
◆ get_at()
def QueueStatusServer.model.queuelog.QueueLog.get_at |
( |
|
cls, |
|
|
|
queue_name, |
|
|
|
duration, |
|
|
|
timestamp |
|
) |
| |
◆ get_current()
def QueueStatusServer.model.queuelog.QueueLog.get_current |
( |
|
cls, |
|
|
|
queue_name, |
|
|
|
duration |
|
) |
| |
◆ get_or_create()
def QueueStatusServer.model.queuelog.QueueLog.get_or_create |
( |
|
cls, |
|
|
|
key_name, |
|
|
|
kwargs |
|
) |
| |
◆ update_max_patches_waiting()
def QueueStatusServer.model.queuelog.QueueLog.update_max_patches_waiting |
( |
|
self | ) |
|
◆ bot_ids_seen
QueueStatusServer.model.queuelog.QueueLog.bot_ids_seen = db.StringListProperty() |
|
static |
◆ date
QueueStatusServer.model.queuelog.QueueLog.date = db.DateTimeProperty() |
|
static |
◆ duration
QueueStatusServer.model.queuelog.QueueLog.duration = db.IntegerProperty() |
|
static |
◆ max_patches_waiting
QueueStatusServer.model.queuelog.QueueLog.max_patches_waiting = db.IntegerProperty(default=0) |
|
static |
◆ patch_process_durations
QueueStatusServer.model.queuelog.QueueLog.patch_process_durations = db.ListProperty(int) |
|
static |
◆ patch_retry_count
QueueStatusServer.model.queuelog.QueueLog.patch_retry_count = db.IntegerProperty(default=0) |
|
static |
◆ patch_wait_durations
QueueStatusServer.model.queuelog.QueueLog.patch_wait_durations = db.ListProperty(int) |
|
static |
◆ queue_name
QueueStatusServer.model.queuelog.QueueLog.queue_name = db.StringProperty() |
|
static |
◆ status_update_count
QueueStatusServer.model.queuelog.QueueLog.status_update_count = db.IntegerProperty(default=0) |
|
static |
The documentation for this class was generated from the following file: