beat.web.backend.models.local_scheduler module

class beat.web.backend.models.local_scheduler.LocalSchedulerProcesses(*args, **kwargs)[source]

Bases: django.db.models.base.Model

Information about the processes launched by the local scheduler

name

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

pid

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

exception DoesNotExist

Bases: django.core.exceptions.ObjectDoesNotExist

exception MultipleObjectsReturned

Bases: django.core.exceptions.MultipleObjectsReturned

id

A wrapper for a deferred-loading field. When the value is read from this object the first time, the query is executed.

objects = <django.db.models.manager.Manager object>