cobub / razor

Cobub Razor - Open Source Mobile Analytics Solution
http://www.cobub.com
1.13k stars 431 forks source link

建议 Scheduled Task 不要由用户去配置 #58

Closed akira82 closed 11 years ago

akira82 commented 11 years ago

这个不应该暴露给用户去配置,因为本身是Razor的内部机制,至多留出可配置的页面即可。

zxial commented 11 years ago

有什么解决方案可以自动化配置Schedule Task呢?国内有没有比较成熟而且免费的cron服务?

akira82 commented 11 years ago

个人意见是,scheduled task 本身就是一个etl.可以由用户配置任务启动时间等,但是没有必要让用户去配置task本身嘛。

发自我的 iPad

在 2013-5-27,14:14,"zxial" notifications@github.com 写道:

有什么解决方案可以自动化配置Schedule Task呢?国内有没有比较成熟而且免费的cron服务?

— Reply to this email directly or view it on GitHub.

milkmeat commented 11 years ago

IMHO, setting up the crontab itself isn't too hard, and it is a one-time setup. So a little manual work is acceptable. What is needed is a monitoring mechanism that tells administrator that cron jobs are running fine (or send an alarm when they are not running as expected). On suggestion is that the ETL stored procedure can keep a running log somewhere in the database, so admin can check the job status to make sure the cron jobs are triggered as expected. (I am new user, not sure if cobub razor has that today.)

zxial commented 11 years ago

agree, cc @cobub