tweak checkpointing of twitter fetches 2
This commit is contained in:
parent
66e2ba9b06
commit
71dfe4b019
1 changed files with 0 additions and 3 deletions
|
@ -61,9 +61,6 @@ namespace BirdsiteLive.Pipeline.Processors.SubTasks
|
|||
{
|
||||
userWtData.Tweets = tweets;
|
||||
usersWtTweets.Add(userWtData);
|
||||
}
|
||||
else if (tweets.Length > 0)
|
||||
{
|
||||
var tweetId = tweets.Last().Id;
|
||||
await _twitterUserDal.UpdateTwitterUserAsync(user.Id, tweetId, tweetId, user.FetchingErrorCount, now);
|
||||
}
|
||||
|
|
Reference in a new issue