We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a1733d commit 324eb5cCopy full SHA for 324eb5c
1 file changed
compute_worker/compute_worker.py
@@ -262,6 +262,7 @@ def setup_celery_logging(**kwargs):
262
),
263
]
264
265
+
266
# -----------------------------------------------
267
# Exceptions
268
@@ -1233,8 +1234,6 @@ def prepare(self):
1233
1234
# Only during prediction step do we want to announce "preparing"
1235
self._update_status(SubmissionStatus.PREPARING, extra_information=f"ingestion_hostname-{hostname}")
1236
-
1237
1238
# Setup cache and prune if it's out of control
1239
self._prep_cache_dir()
1240
0 commit comments