-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
To avoid the over consumption of API requests sent to reddit I set reddit's extractor skip option to abort with a tied archive. However if an user has a pinned post on their profile, the crawl will just stop at the beginning of the task because it encounters the pinned post first, in a behavior quite similar to having twitter's extractor option of pinned set to true with the same archive and skip options.
Setting the skip option to it's default behavior obviously solves the issue, however, I have to manually stop the crawl in order to stop more redundant API requests from being sent.
Reactions are currently unavailable