I've been using feedapi for a while and wanted to gather more information in the cron runs so I dig into the issue and found this great module. Really superb job on this.

I'm not sure if its a problem but somehow since I've installed elysia, its always the same feeds that gets updated during the cron time. Any idea if its cause by the elysia cron module?

Thanks.

Comments

gotheric’s picture

In an old version of elysia_cron there was a problem with feedapi (about the usage of cron_semaphore variable). That problem was fixed before the release of the 6.x version of elysia_cron, so it should not be your problem.

After a quick look at feedapi code i don't see problems with elysia_cron.

If your problem persist:
- try disable elysia_cron for a while (and restore standard cron) and see if the problem goes away: that way we could understand if it's really a problem with elysia_cron.
- try using the elysia_cron direct call mode (see the ADVANCED section of INSTALL.TXT to enable it) if you're not using it. (and if you're already using elysia_cron that way try switch to normal mode).

Let me know about your results!

gotheric’s picture

Any news?

gotheric’s picture

Status: Active » Closed (fixed)

No news, i'll close this.