yulidai
yulidai
`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
i need the members' is_leader attribute, can you add it to the result of `members::list(&client)`?
### 1. Purpose Just to test some special cases ### 2. Test Description I'm running two group of `one-kms-with-one-validator`, Two KMS use the same `priv_validator_key.json`. One block per four heights....