autoflow icon indicating copy to clipboard operation
autoflow copied to clipboard

indexing: periodly crawl sitemap and then update documents & knowledge graph

Open sykp241095 opened this issue 1 year ago • 1 comments

daily

sykp241095 avatar Sep 23 '24 03:09 sykp241095

Will be useful feature - We can use https://taskiq-python.github.io/guide/scheduling-tasks.html#dynamic-scheduling

cron schedules instead, just use schedule_by_cron method.

    await my_task.schedule_by_cron(
        redis_source,
        "*/5 * * * *",
        11,
        arg2="arg2",
    )

chethanuk avatar Nov 28 '24 21:11 chethanuk