- Issue created by @jan.stoeckler
- Status changed to Needs review
9 months ago 8:44pm 8 February 2024 - last update
9 months ago 716 pass - 🇳🇱Netherlands megachriz
Oh, wow. I hadn't imagined that more than 100 items would be imported on each cron run on average. I think it is a good idea to add a setting for this.
I do wonder if in
feeds_log_cron()
we should log how many items were removed from the log. That could potentially spam other logs. I see thatdblog_cron()
doesn't do this when cleaning up log entries.
At least I think that the\Drupal::messenger()
bit could be removed. Or what is the reason that you added that? - Status changed to Needs work
6 months ago 4:25pm 10 May 2024 - 🇯🇵Japan ptmkenny
Setting to "Needs work" because of the comment in #3:
At least I think that the \Drupal::messenger() bit could be removed. Or what is the reason that you added that?