实现增量拉取当日历史分笔的接口#1062
Open
eagleliang wants to merge 1 commit intowaditu:masterfrom
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
基于get_today_ticks 实现一个新的增量拉取的接口 get_today_ticks_incrementally。
由以前的一次全量拉取,改为可以实时增量拉取,对于需要实时更新数据的场景可提高数据获取速度,并且由于增量拉取使得每次拉取数据对sina页面访问次数低,可以实现高频增量更新数据而不会出现“HTTP Error 456”