Skip to content

Commit f8ad526

Browse files
authored
Merge pull request #14 from anupamvs/main
Disable hourly job for User Badge
2 parents f8de676 + 8558d35 commit f8ad526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samaaja/hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133

134134
scheduler_events = {
135135
#"all": ["samaaja.tasks.location_update"],
136-
"hourly": ["samaaja.tasks.badge_update"]
136+
# "hourly": ["samaaja.tasks.badge_update"]
137137
}
138138

139139

0 commit comments

Comments
 (0)