Skip to content

Commit

Permalink
Update logging
Browse files Browse the repository at this point in the history
  • Loading branch information
danielailie committed Mar 7, 2023
1 parent 98af280 commit 39defbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crons/elastic.updater/traits.updater.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ export class TraitsUpdaterService {
await Locker.lock(
'processTokenTraitsQueue: Update traits for all collections/NFTs in the traits queue',
async () => {
console.log('redis queue', this.getTraitsQueueCacheKey());
const tokensToUpdate: string[] = await this.redisCacheService.lpop(
this.getTraitsQueueCacheKey(),
);
Expand Down

0 comments on commit 39defbd

Please sign in to comment.