Skip to content

Commit

Permalink
Rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
HitomaruKonpaku committed Sep 29, 2024
1 parent f35fec2 commit 3b3521f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Guild, TextChannel } from 'discord.js'
import { DiscordService } from '../service/discord.service'

@Processor(DISCORD_MESSAGE_RELAY_QUEUE_NAME, {
// autorun: false,
autorun: false,
concurrency: NumberUtil.parse(process.env.DISCORD_MESSAGE_RELAY_QUEUE_CONCURRENCY, 1),
maxStalledCount: NumberUtil.parse(process.env.QUEUE_MAX_STALLED_COUNT, QUEUE_MAX_STALLED_COUNT),
})
Expand Down

0 comments on commit 3b3521f

Please sign in to comment.