Switched obsolete checking period to daily

This commit is contained in:
Dmitriy Shishkov 2023-09-08 19:40:44 +03:00
parent acd0a8fbf7
commit 64a84d7c70
Signed by: dm1sh
GPG Key ID: 027994B0AA357688

View File

@ -7,7 +7,7 @@ from .db import async_session
app = Rocketry(execution="async")
# Create task:
@app.task('minutely')
@app.task('daily')
async def daily_check():
# Фильтруем по сроку годности
await add_poems_and_filters.check_obsolete(async_session, current_date=datetime.date.today())