Skip to content

Commit 1ccb93e

Browse files
committed
add comment about taskstatus plugin
1 parent 5ad444b commit 1ccb93e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config/plugin.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22
; this json file exports the current status of tasks
33
; there are three status:
44
; 0 means initial, e.g. {"archlinux": {"status": 0, "schedule": "2013-11-25 19:00:00"}}
5+
; schedule means the next schedule time.
6+
;
57
; 1 means running, e.g. {"archlinux": {"status": 1, "date": "2013-11-30 00:00:00"}}
8+
; date means the begin time of this running.
9+
;
610
; 2 means finished, e.g.{"archlinux": {"status": 2, "message": "Sync succeed",
711
; "exitcode": 0, "date": "2013-11-25 20:00:00",
812
; "schedule": "2013-11-24 21:00:00"}}
13+
; date means the finish time of this running,
14+
; schedule means the next schedule time.
15+
;
16+
917
status_file = /home/mirror/status/task_status.json
1018

0 commit comments

Comments
 (0)