Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set_frequency_repeated_by_cron_str cannot work #42

Open
yulidai opened this issue Jul 15, 2022 · 1 comment
Open

set_frequency_repeated_by_cron_str cannot work #42

yulidai opened this issue Jul 15, 2022 · 1 comment

Comments

@yulidai
Copy link

yulidai commented Jul 15, 2022

set_frequency_repeated_by_cron_str cannot work, v0.11.3

task_builder
    .set_task_id(1)
    .set_frequency_repeated_by_cron_str("@secondly")
    .set_maximum_parallel_runnable_num(1)
    .spawn_async_routine(body)

only execute once, but set_frequency_repeated_by_seconds(1) works correctly

@womeng2009
Copy link

一样的问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants