This commit is contained in:
Elijah DeLee
2025-03-11 14:39:14 -04:00
parent 97d03e434e
commit a2decc7c60
2 changed files with 4 additions and 2 deletions

View File

@@ -593,7 +593,9 @@ class UnifiedJob(
priority = models.PositiveIntegerField( priority = models.PositiveIntegerField(
default=0, default=0,
editable=False, editable=False,
help_text=_("Relative priority to other jobs. The higher the number, the higher the priority. Jobs with equivalent prioirty are started based on available capacity and launch time."), help_text=_(
"Relative priority to other jobs. The higher the number, the higher the priority. Jobs with equivalent prioirty are started based on available capacity and launch time."
),
) )
emitted_events = models.PositiveIntegerField( emitted_events = models.PositiveIntegerField(
default=0, default=0,