Wusuluren
|
e980f92c63
|
fix race problem on toolbox/task
|
2019-04-05 20:28:24 +08:00 |
|
astaxie
|
55f390d08a
|
Merge pull request #3387 from wuyumin/master
dynamically add task #2708
|
2018-11-13 14:51:41 +08:00 |
|
Yumin Wu
|
2d6f1af1a5
|
dynamically add task
|
2018-11-12 17:17:06 +08:00 |
|
liuweifeng
|
d86410a631
|
fix bug of tasks that only some but not all are executed
|
2018-08-01 11:20:22 +08:00 |
|
astaxie
|
a7354d2d08
|
Revert "should use time.Since instead of time.Now().Sub"
|
2017-09-09 06:29:38 +08:00 |
|
wangguoliang
|
c8c25549e7
|
should use time.Since instead of time.Now().Sub
Signed-off-by: wgliang <liangcszzu@163.com>
|
2017-09-07 19:01:34 +08:00 |
|
astaxie
|
453691728a
|
gofmt simplify
|
2017-04-20 10:56:09 +08:00 |
|
PaulChen2016
|
0cb8de4218
|
Beego 运行过程中动态增减定时任务时,now的时间需要更新,否则等待时间会不正确
beego 启动时,执行toolbox.StartTask()
运行过程中,动态添加定时任务(这个是now时间已经不是starttask的时间了,需要刷新)
case <-changed:
now = time.Now().Local()
continue
|
2017-04-19 16:22:58 +08:00 |
|
mengskysama
|
c0c113036b
|
statistics lock
|
2016-12-06 14:57:15 +08:00 |
|
astaxie
|
58ffc6f5f8
|
fix #1877
|
2016-09-13 22:43:40 +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
|
f925bb9058
|
golint all the files
|
2016-01-18 00:18:21 +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 |
|
Bill Davis
|
5c1e8e42b9
|
Reworked implementation to not return encoded json
|
2014-10-09 17:07:28 -04:00 |
|
Bill Davis
|
ca3e7568a1
|
Add ability to get statistics in json format
|
2014-10-09 16:32:56 -04:00 |
|
astaxie
|
f6a1a6c9bf
|
Merge pull request #773 from lei-cao/develop
Added data table admin ui
|
2014-08-25 07:32:07 +08:00 |
|
Lei Cao
|
421b796f1a
|
Added data table admin ui
|
2014-08-25 01:37:11 +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
|
c1234e7c6d
|
fix the responseWriter
|
2014-08-15 15:24:46 +08:00 |
|
astaxie
|
cad3da337a
|
toolbox: fix the program name
|
2014-08-15 15:17:11 +08:00 |
|
astaxie
|
3969cd3b40
|
toolbox: improve the profile
|
2014-08-15 15:09:59 +08:00 |
|
astaxie
|
7d1b03ee5d
|
toolbox: fix the test case
|
2014-08-15 00:14:30 +08:00 |
|
Lei Cao
|
c347dd9e7b
|
Fix the comments and deleted the println
|
2014-08-14 23:50:15 +08:00 |
|
Lei Cao
|
d314d12c77
|
Added the UI for Admin monitor page
|
2014-08-14 17:35:23 +08:00 |
|
astaxie
|
3f7ecea089
|
beego: Display function move from toolbox to utils
|
2014-08-04 20:52:18 +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 |
|
astaxie
|
4245521660
|
fix #576
|
2014-05-17 02:26:50 +08:00 |
|
astaxie
|
3fe4f8c362
|
toolbox: modify the godocs
|
2014-04-06 01:05:20 +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
|
aea3c68c98
|
add debug print func! fix #278
|
2013-12-15 20:32:32 +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 |
|