Skip to content

Commit

Permalink
feat: disable filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Jul 12, 2024
1 parent 896ea4e commit fa2932d
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ export class ConsumerCoverageService {
}),
});
// 异步拉取文件路径,不影响主消费任务,耗时比较长
await this.pullFilePathAndInsertDbService.invoke(
queueDataToBeConsumed.projectID,
queueDataToBeConsumed.sha,
this.prisma,
);
// await this.pullFilePathAndInsertDbService.invoke(
// queueDataToBeConsumed.projectID,
// queueDataToBeConsumed.sha,
// this.prisma,
// );
// 拉取变更代码
await this.pullChangeCode(queueDataToBeConsumed);
// 判断是否需要拉取变更代码,对比sha和compareTarget
Expand Down

0 comments on commit fa2932d

Please sign in to comment.