We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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, v0.11.3
set_frequency_repeated_by_cron_str
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
set_frequency_repeated_by_seconds(1)
The text was updated successfully, but these errors were encountered:
一样的问题
Sorry, something went wrong.
No branches or pull requests
set_frequency_repeated_by_cron_str
cannot work, v0.11.3only execute once, but
set_frequency_repeated_by_seconds(1)
works correctlyThe text was updated successfully, but these errors were encountered: