Skip to content

Commit

Permalink
Include timestamp of stuck lock
Browse files Browse the repository at this point in the history
  • Loading branch information
taahamahdi committed Oct 24, 2023
1 parent 56213db commit 92194c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/spotify_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ export default class SpotifyManager {
this.guildsParseInProgress[guildID] <
new Date(Date.now() - 1000 * 60 * 10)
) {
logger.warn(`Guild ${guildID} got stuck parsing Spotify`);
logger.warn(`Guild ${guildID} got stuck parsing Spotify at ${this.guildsParseInProgress[guildID]}`)
delete this.guildsParseInProgress[guildID];
}
}
Expand Down

0 comments on commit 92194c0

Please sign in to comment.