reenable slack username updates (#723)

This commit is contained in:
Echo 2025-12-21 01:48:40 -05:00 committed by GitHub
parent 2ac648c56e
commit 9432680479
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,10 +50,10 @@ Rails.application.configure do
# cron: "0 12 * * *",
# class: "UpdateSlackNeighborhoodChannelsJob"
# },
# slack_username_update: {
# cron: "0 0 * * *",
# class: "SlackUsernameUpdateJob"
# },
slack_username_update: {
cron: "0 0 * * *",
class: "SlackUsernameUpdateJob"
},
# scan_github_repos: {
# cron: "0 10 * * *",
# class: "ScanGithubReposJob"