Skip to content

Commit

Permalink
dismiss tasks created by imager
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Dec 23, 2023
1 parent 88ce4a7 commit 4e0a60a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions workers/worker/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ def run_loop(self):
# TODO: remove
if not task["upload_uri"].startswith("s3://"):
continue
if task.get("config_yaml", ""):
continue
except Exception:
pass

Expand Down

0 comments on commit 4e0a60a

Please sign in to comment.