Skip to content

Commit

Permalink
rebase master
Browse files Browse the repository at this point in the history
  • Loading branch information
liyaqin1 committed Feb 7, 2024
1 parent c5e9d2a commit 7294c18
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
import io.micrometer.core.instrument.Counter;
import io.micrometer.core.instrument.Metrics;

import java.util.concurrent.TimeUnit;

public class DeployTagWorker implements Runnable {
private static final Logger LOG = LoggerFactory.getLogger(DeployTagWorker.class);
private static final int MAX_QUERY_TAGS_SIZE = 200;
Expand Down Expand Up @@ -92,10 +90,6 @@ private void processEachEnvironConstraint(DeployConstraintBean bean) throws Exce
}

// 2. add host tags from missing in db ( query for CMDB for the missing host tags )
<<<<<<< HEAD
=======
// For now we emit metrics to monitor
>>>>>>> emit metrics to monitor the tag creator
if (!missings.isEmpty()) {
List<UpdateStatement> statements = new ArrayList<>();

Expand Down

0 comments on commit 7294c18

Please sign in to comment.