By Christopher Ambler on Friday, 13 November 2020
Posted in Technical Issues
Replies 6
Likes 0
Views 719
Votes 0
I note that my RSS feeds are processed only one at a time. Sure enough, in your code, I note:


// @TODO: Configurable limit
$limit = 1;


Do you plan on addressing this? I'd like all of my feeds to be processed every hour, not just once an hour. With more than 24 feed sources, that means they don't get processed every day. And I'd prefer to not make the cron call happen more often.

$limit = 1 is kinda a hack, no? :-)
Do you mean you trying to import other website RSS feed using Easyblog feed importer feature?
·
Friday, 13 November 2020 10:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes. The importer has the above code, which limits it to doing only one feed per cron invoke.
·
Friday, 13 November 2020 10:30
·
0 Likes
·
0 Votes
·
0 Comments
·
By right, it should respect this feed limit setting https://monosnap.com/file/5ulCklr19Z1KmtzwuSfvmTKkQ5MGMc , can you share with me your RSS feed URL so I can test this locally?
·
Friday, 13 November 2020 11:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Okay, I saw the code now, I will log into issue tracker.
·
Friday, 13 November 2020 11:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Thsk for fixing this..
·
Sunday, 15 November 2020 19:08
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome ssnobben.
·
Monday, 16 November 2020 13:04
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post