Deleted and edited aggregator feeds are restored from queue
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #1067532. --> Reported by: [Larry Jones](https://www.drupal.org/user/638804) Related to !4313 >>> <p>Deleted a Feed Aggregator (after deleting the items in that feed), ran cron, and the feed reappeared, without the feed title. Exhausted other remedies such as clearing cache, and even using backup &amp; migrate to a newly installed database.</p> <p>My fix was to search the MySQL database for a unique term in the immortal feed ("yahoo"), and then deleting those rows in queue and watchdog tables. </p> <p>I do not know the function of queue and watchdog tables. Perhaps feed aggregator scheduled updates are stored in one or both. If so, deleting a feed should clear associated feed updates.</p> <p>Also, under "Edit feed," the statement that update interval "Requires a correctly configured cron maintenance task" needs clarification. Are feeds updated on the longer of feed update interval or cron scheduled interval? Can a feed update more frequent than cron is run?</p> > Related issue: [Issue #3358993](https://www.drupal.org/node/3358993)
issue