Skip to content

Commit

Permalink
temp: remove docker image processor
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Nov 7, 2024
1 parent c479660 commit 04dabba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 112 deletions.
104 changes: 0 additions & 104 deletions app/workers/process_docker_image_worker.rb

This file was deleted.

8 changes: 0 additions & 8 deletions app/workers/wait_for_artifact_upload_worker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@ def perform(artifact_id, enqueued_at = Time.current.iso8601)
)

ProcessRubyGemWorker.perform_async(artifact.id)
in filetype: ReleaseFiletype(:tar), engine: ReleaseEngine(:docker)
BroadcastEventService.call(
event: 'artifact.upload.processing',
account: artifact.account,
resource: artifact,
)

ProcessDockerImageWorker.perform_async(artifact.id)
in filetype: ReleaseFiletype(:tgz), engine: ReleaseEngine(:npm)
BroadcastEventService.call(
event: 'artifact.upload.processing',
Expand Down

0 comments on commit 04dabba

Please sign in to comment.