Update pod reaper to work with receptor launched pods

This commit is contained in:
Shane McDonald
2021-04-05 17:45:15 -04:00
parent 6294ddfded
commit 2d48b24ef2
6 changed files with 52 additions and 76 deletions

View File

@@ -184,7 +184,7 @@ class ProjectOptions(models.Model):
Jobs using the project can use the default_environment, but the project updates
are not flexible enough to allow customizing the image they use.
"""
return self.get_execution_environment_default()
return self.get_default_execution_environment()
def get_project_path(self, check_if_exists=True):
local_path = os.path.basename(self.local_path)