File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ You can create custom tasks in geoCML Task Scheduler.
30304. Return 0 if you want your task to run only once. Otherwise, your task will run according to its position in the schedule.
31315. Save your Python file.
32326. Open `schedule.py`
33- 7. Create a new Task object, instantiated with your new function and its execution frequency (in seconds) .
34- 8. Start the task with `<your_task>.start()`
33+ 7. Create a new Task object, instantiated with your new function.
34+ 8. Schedule your task for execution with its execution frequency (in seconds)
35359. Rebuild the geocml-task-scheduler container and deploy
3636
3737Your new task is created, and it is scheduled for execution.
Original file line number Diff line number Diff line change 44
55ifndef::imagesdir[:imagesdir: ./img/]
66
7- = geoCML v0.3.0 Documentation
7+ = geoCML v0.3.1 Documentation
88
99include::introduction.adoc[]
1010
You can’t perform that action at this time.
0 commit comments