show tasks/schedules for outpost service connections

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt
2025-06-24 13:43:31 +02:00
parent a12e991798
commit 897d0dbcbd
3 changed files with 58 additions and 3 deletions

View File

@ -84,7 +84,7 @@ def controller_for_outpost(outpost: Outpost) -> type[BaseController] | None:
return None
@actor(description=_("Update cached state of a service connection."))
@actor(description=_("Update cached state of service connection."))
def outpost_service_connection_monitor(connection_pk: Any):
"""Update cached state of a service connection"""
connection: OutpostServiceConnection = (