We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b02288 commit afa4c7dCopy full SHA for afa4c7d
packages/core/src/codewhisperer/service/recommendationHandler.ts
@@ -653,6 +653,8 @@ export class RecommendationHandler {
653
console.log('fetching next recommendations')
654
await this.fetchNextRecommendations()
655
}
656
+ // eslint-disable-next-line aws-toolkits/no-console-log
657
+ console.log('is lock busy?: %O', lock.isBusy(updateInlineLockKey))
658
await lock.acquire(updateInlineLockKey, async () => {
659
// eslint-disable-next-line aws-toolkits/no-console-log
660
console.log('aquired the lock')
0 commit comments