Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed Feb 2, 2024
1 parent 12551c3 commit a504e20
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ internal class SoftDeleteTriggerHandlerImpl(private val config: SoftDeleteTrigge

override suspend fun run() {
val kc = requireKafkaConsumer(config.softDeleteTriggerTopic, config.kafkaConsumerConfig)
val dm = DatasetManager(requireS3Bucket(requireS3Client(config.s3Config), config.s3Bucket))
val wp = WorkerPool("soft-delete-workers", config.workQueueSize.toInt(), config.workerPoolSize.toInt()) {
Metrics.softDeleteQueueSize.inc(it.toDouble())
}
Expand Down

0 comments on commit a504e20

Please sign in to comment.