This commit is contained in:
Chambers, Jason 2024-07-10 13:18:26 -04:00
parent 9b60d4676d
commit 470e48e79e

View File

@ -27,6 +27,7 @@ __all__ = (
logger = logging.getLogger('netbox.core.jobs') logger = logging.getLogger('netbox.core.jobs')
class Job(models.Model): class Job(models.Model):
""" """
Tracks the lifecycle of a job which represents a background task (e.g. the execution of a custom script). Tracks the lifecycle of a job which represents a background task (e.g. the execution of a custom script).