*/tasks: update phrasing

This commit is contained in:
Jens Langhammer
2020-10-19 21:35:31 +02:00
parent 8e03824d20
commit 2ed9a1dbe3
3 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@ def outpost_controller_all():
@CELERY_APP.task(bind=True, base=MonitoredTask)
def outpost_controller(self: MonitoredTask, outpost_pk: str):
"""Launch controller deployment of Outpost"""
"""Create/update/monitor the deployment of an Outpost"""
logs = []
outpost: Outpost = Outpost.objects.get(pk=outpost_pk)
self.set_uid(slugify(outpost.name))