We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad444b commit 1ccb93eCopy full SHA for 1ccb93e
config/plugin.ini
@@ -2,9 +2,17 @@
2
; this json file exports the current status of tasks
3
; there are three status:
4
; 0 means initial, e.g. {"archlinux": {"status": 0, "schedule": "2013-11-25 19:00:00"}}
5
+; schedule means the next schedule time.
6
+;
7
; 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
10
; 2 means finished, e.g.{"archlinux": {"status": 2, "message": "Sync succeed",
11
; "exitcode": 0, "date": "2013-11-25 20:00:00",
12
; "schedule": "2013-11-24 21:00:00"}}
13
+; date means the finish time of this running,
14
15
16
+
17
status_file = /home/mirror/status/task_status.json
18
0 commit comments