move top_poster_of_the_day task up

master
Aevann 2024-11-15 13:07:00 +02:00
parent 309b9c3993
commit c8f10e53c9
1 changed files with 3 additions and 3 deletions

View File

@ -73,6 +73,9 @@ def cron_fn(every_5m, every_1d, every_1mo, manual):
"WHERE users.zombie < 0")) "WHERE users.zombie < 0"))
g.db.commit() g.db.commit()
_set_top_poster_of_the_day_id()
g.db.commit()
_generate_emojis_zip() _generate_emojis_zip()
g.db.commit() g.db.commit()
@ -97,9 +100,6 @@ def cron_fn(every_5m, every_1d, every_1mo, manual):
_expire_restrictions() _expire_restrictions()
g.db.commit() g.db.commit()
_set_top_poster_of_the_day_id()
g.db.commit()
_grant_one_year_badges() _grant_one_year_badges()
g.db.commit() g.db.commit()