undancer

Updated 新的事件发送定义(讨论中) (markdown)

@@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
3 #### Changed 3 #### Changed
4 * 心跳时间从3分钟降低为1分钟 4 * 心跳时间从3分钟降低为1分钟
5 5
6 -1、格式的定义 6 +##1、格式的定义
7 提交地址:URL?TOKEN=XXXX,参考:MNS 7 提交地址:URL?TOKEN=XXXX,参考:MNS
8 8
9 目前测试用提交的服务器地址为:http://1296825402699921.mns.cn-hangzhou.aliyuncs.com/queues/boxfish-log-v2-test 9 目前测试用提交的服务器地址为:http://1296825402699921.mns.cn-hangzhou.aliyuncs.com/queues/boxfish-log-v2-test
@@ -80,7 +80,7 @@ type的取值 @@ -80,7 +80,7 @@ type的取值
80 | ~~profile_delete~~ | ~~profile删除~~ |注销了该用户| 80 | ~~profile_delete~~ | ~~profile删除~~ |注销了该用户|
81 81
82 82
83 -2、缓存机制 83 +##2、缓存机制
84 84
85 A. 离线缓存 85 A. 离线缓存
86 所有离线事件均进行缓存,当有网络后,会批量发出这些事件。 86 所有离线事件均进行缓存,当有网络后,会批量发出这些事件。
@@ -95,7 +95,7 @@ D. 服务器重排列 @@ -95,7 +95,7 @@ D. 服务器重排列
95 服务器会定期梳理事件,尽可能保证last_event_id的事件在event_id的前面。如果出现循环,丢失等情况,则略过。 95 服务器会定期梳理事件,尽可能保证last_event_id的事件在event_id的前面。如果出现循环,丢失等情况,则略过。
96 96
97 97
98 -参考: 98 +##参考:
99 99
100 * https://github.com/sensorsdata 100 * https://github.com/sensorsdata
101 * https://github.com/countly 101 * https://github.com/countly