Burak Köken
Burak Köken
This feature makes it easier to schedule task by using markers and code generation. The following markers should be added, they will be enough for now. * `+chrono:scheduled`. This should...
Scheduled jobs and executions will be persisted optionally to a store like a database. Tasks will be fetched from a store. Add a store interface. the implementation details is not...
WithContext function will be added to be able to pass context to scheduled task. Executor and Runner don’t have context parameters. When we add WithContext function, we should be aware...