Switched obsolete checking period to daily
This commit is contained in:
parent
acd0a8fbf7
commit
64a84d7c70
@ -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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user