Skip to content

Commit 310232d

Browse files
committed
Looks like changelogd and ashcat are broken
1 parent 6a9142e commit 310232d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/clock.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727

2828
every(1.day, 'cleanup:protips:associate_zombie_upvotes', at: '03:30') { CleanupProtipsAssociateZombieUpvotesJob.perform_async }
2929
every(1.day, 'clear_expired_sessions', at: '06:00') { ClearExpiredSessionsJob.perform_async }
30-
every(1.day, 'facts:system', at: '00:00') {}
3130
every(1.day, 'protips:recalculate_scores', at: '00:00') {}
3231
every(1.day, 'search:sync', at: '00:00') {}
3332
every(1.day, 'teams:refresh', at: '00:00') {}
33+
34+
35+
# This is tied with broken code. Probably should delete
36+
every(1.day, 'facts:system', at: '00:00') {}

app/models/badges/changelogd.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# TODO: broken
12
!class Changelogd < BadgeBase
23
describe "Changelog'd",
34
skill: 'Open Source',

0 commit comments

Comments
 (0)