Actions
Bug #24520
closedRSS fetch rake task defaults to 0 posts fetching
Description
running foreman-rake rss:create_notifications
never adds anything unless latest post is specified, it needs to be run like thisFOREMAN_RSS_LATEST_POSTS=3 foreman-rake rss:create_notifications
which is I think unexpected
Actions