新版成团统计相关命令操作
来自技术开发小组内部wiki
初始化所有成团统计(新版);注意:此操作会将所有订单成团统计状态取消,再重新标记成团状态,关闭的规则不会再标记,尽量少用
测试机:
cd /home/www/fmb.dianping/public_html;/usr/local/php5.3/bin/php index.php test cmdrun check_tuan order_tuan_reset
线上:
cd /home/www/fmb.dianping/public_html;php index.php product cmdrun check_tuan order_tuan_reset
定时任务
- 每隔半个小时执行一次--新版成团统计
测试机: #*/30 * * * * cd /home/www/fmb.dianping/public_html;/usr/local/php5.3/bin/php index.php test cmdrun check_tuan check_tuan_new >> /tmp/tickets_tuan_new.log
正式机: */30 * * * * cd /home/www/fmb.dianping/public_html;php index.php product cmdrun check_tuan check_tuan_new >> /tmp/tickets_tuan_new.log
- 每隔半个小时执行一次--新版成团统计,将关闭订单成团统计状态关闭
测试机
#*/30 * * * * cd /home/www/fmb.dianping/public_html;/usr/local/php5.3/bin/php index.php test cmdrun check_tuan change_order_close_tuan >> /tmp/tickets_tuan_new.log 2>&1
线上
#*/30 * * * * cd /home/www/fmb.dianping/public_html;php index.php product cmdrun check_tuan change_order_close_tuan >> /tmp/tickets_tuan_new.log 2>&1