We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc7bdb8 commit 8e442fcCopy full SHA for 8e442fc
src/main/kotlin/org/gitanimals/supports/ratelimit/InmemoryGithubRateLimiter.kt
@@ -94,16 +94,6 @@ class InmemoryGithubRateLimiter(
94
}
95
96
97
- @Scheduled(cron = "0 0 * * * *", zone = "Asia/Seoul")
98
- fun sendRateLimitAlert() {
99
- val message = """
100
- :pirate_flag: Current github rate limit
101
-
102
- $rateLimit
103
- """.trimIndent()
104
- slackSender.send(githubTokenChannel, message)
105
- }
106
107
object CoroutineDispatcher {
108
109
private val executorService = Executors.newCachedThreadPool { runnable ->
0 commit comments