perf: Regularly delete useless password change push records (#14026)

* perf: If the user Home page does not exist, push will fail

* perf: Change secret add uid parameter

* perf: Regularly delete useless password change push records

---------

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot
2024-08-30 15:01:40 +08:00
committed by GitHub
parent 7a19007aba
commit 160293365a
17 changed files with 276 additions and 91 deletions

View File

@@ -1,5 +1,6 @@
CRONTAB_AT_AM_TWO = '0 2 * * *'
CRONTAB_AT_AM_THREE = '0 3 * * *'
CRONTAB_AT_AM_TEN = '0 10 * * *'
CRONTAB_AT_PM_TWO = '0 14 * * *'