call task directly and remove note about debug log
This commit is contained in:
@@ -7,10 +7,4 @@ class Command(BaseCommand):
|
||||
help = "Checks for orphaned tasks on all agents and removes them"
|
||||
|
||||
def handle(self, *args, **kwargs):
|
||||
remove_orphaned_win_tasks.s()
|
||||
|
||||
self.stdout.write(
|
||||
self.style.SUCCESS(
|
||||
"The task has been initiated. Check the Debug Log in the UI for progress."
|
||||
)
|
||||
)
|
||||
remove_orphaned_win_tasks()
|
||||
|
||||
Reference in New Issue
Block a user