Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt
2025-04-02 17:52:10 +02:00
parent 3c1512028d
commit e89659fe71
44 changed files with 169 additions and 102 deletions

View File

@ -134,8 +134,9 @@ def outpost_controller(outpost_pk: str, action: str = "up", from_cache: bool = F
@actor
def outpost_token_ensurer():
"""Periodically ensure that all Outposts have valid Service Accounts
and Tokens"""
"""
Periodically ensure that all Outposts have valid Service Accounts and Tokens
"""
self: Task = CurrentTask.get_task()
all_outposts = Outpost.objects.all()
for outpost in all_outposts: