Hi,
I have a problem that I cannot reproduce nor understand why it happens.
I operate a job aggregator that has 20 or so importers.
The problem is that some importers, 2 at this time, never actually start on cron, so no feeds are imported by them.
There are no errors on log, actually there are no log messages at all in their respective attached(content types) nodes. If I click on import, the nodes are imported without any problems. It seems like these importers are never scheduled.
All the importers have a 30 minutes periodic import. And use node processors with xpath parser.
I know that my description is a bit vague, but where you would start looking? Maybe something in "function scheduleExpire()" on "FeedsImporter.inc"?
Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | feeds-schedule-after-import-2174841-1.patch | 998 bytes | twistor |
Comments
Comment #1
twistor commentedComment #2
twistor commentedComment #3
twistor commentedThis bug is probably related to #2450365: Importer is not rescheduled for new sources when using attach to node.
Once that is in, it will be perfectly safe to call schedule() whenever we want.
Comment #5
twistor commentedComment #6
twistor commentedComment #7
twistor commentedMerging into #2630694: Run background jobs directly in queue.
Comment #8
twistor commentedComment #12
megachrizReclosing as a duplicate of #2630694: Run background jobs directly in queue..
It was set as a duplicate in #7, but reopened by the testbot because of a patch failure.