diff --git a/dataworkspace/dataworkspace/apps/applications/spawner.py b/dataworkspace/dataworkspace/apps/applications/spawner.py index 5976cd0f10..32333dff59 100644 --- a/dataworkspace/dataworkspace/apps/applications/spawner.py +++ b/dataworkspace/dataworkspace/apps/applications/spawner.py @@ -560,7 +560,7 @@ def stop(application_instance_id): application_instance.save(update_fields=["spawner_stopped_at"]) break except Exception: # pylint: disable=broad-except - pass + logger.exception("Failed to describe fargate task when stopping tool") gevent.sleep(sleep_time) sleep_time = sleep_time * 2