Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions topics/geocml-task-scheduler.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ You can create custom tasks in geoCML Task Scheduler.
4. Return 0 if you want your task to run only once. Otherwise, your task will run according to its position in the schedule.
5. Save your Python file.
6. Open `schedule.py`
7. Create a new Task object, instantiated with your new function and its execution frequency (in seconds).
8. Start the task with `<your_task>.start()`
7. Create a new Task object, instantiated with your new function.
8. Schedule your task for execution with its execution frequency (in seconds)
9. Rebuild the geocml-task-scheduler container and deploy

Your new task is created, and it is scheduled for execution.
2 changes: 1 addition & 1 deletion topics/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

ifndef::imagesdir[:imagesdir: ./img/]

= geoCML v0.3.0 Documentation
= geoCML v0.3.1 Documentation

include::introduction.adoc[]

Expand Down