I've been trying to create schedule using this library, and wondering how should I proceed. Is it by using workflow, or through client ? Is there anyone, or by any chances successfully used schedule, please explain how should I proceed ?
Here is my current task on hand
create a schedule that runs once every beginning of the year
the task should be handled with retry mechanism
auto run without using Temporal UI to map workflow (if possible)
I've been trying to create schedule using this library, and wondering how should I proceed. Is it by using workflow, or through client ? Is there anyone, or by any chances successfully used schedule, please explain how should I proceed ?
Here is my current task on hand