PaulChen2016
|
0cb8de4218
|
Beego 运行过程中动态增减定时任务时,now的时间需要更新,否则等待时间会不正确
beego 启动时,执行toolbox.StartTask()
运行过程中,动态添加定时任务(这个是now时间已经不是starttask的时间了,需要刷新)
case <-changed:
now = time.Now().Local()
continue
|
2017-04-19 16:22:58 +08:00 |
|
albertma
|
e607be6fa6
|
gofmt the code
|
2016-04-29 10:28:10 +08:00 |
|
albertma
|
a271d67ba4
|
1.fix blank issue
|
2016-04-26 18:13:52 +08:00 |
|
albertma
|
710c7c79d4
|
1.fix start task twice issue
|
2016-04-26 18:11:49 +08:00 |
|
astaxie
|
1d200da472
|
golint toolbox
|
2015-09-12 23:28:24 +08:00 |
|
空见
|
b1baf4503d
|
beego task list update for task spec list and task run url error
|
2015-02-04 18:07:31 +08:00 |
|
astaxie
|
01e4084587
|
toolbox: fix the go routine asleep
|
2014-08-22 13:56:36 +08:00 |
|
astaxie
|
03eb1fc104
|
toolbox: add notify when add & delete task
|
2014-08-21 15:56:41 +08:00 |
|
astaxie
|
a144769515
|
update the documents & comments
|
2014-08-18 16:41:43 +08:00 |
|
astaxie
|
fefd8ddb5b
|
beego: update licence& fix #669
|
2014-07-03 23:40:21 +08:00 |
|
astaxie
|
0f170a80da
|
update the comments fix #658
|
2014-06-25 10:39:37 +08:00 |
|
astaxie
|
c188cbbcb4
|
update all files License
|
2014-05-17 02:26:50 +08:00 |
|
傅小黑
|
1d08a54f44
|
add comments for toolbox packages
|
2014-01-29 19:12:00 +08:00 |
|
astaxie
|
f26c19052d
|
add listconf fix #351
|
2013-12-15 21:22:50 +08:00 |
|
astaxie
|
b9fb88f537
|
add test for task
|
2013-11-20 23:53:54 +08:00 |
|
astaxie
|
54185df46e
|
change admin to toolbox & support task
|
2013-11-20 21:18:00 +08:00 |
|