This module is designed to provide a way to create cron jobs to Import or Clear each feed Importer.

Feeds ultimate cron is useful to import huge amount of data using Feeds module as import processor and Ultimate cron as scheduler.

Using the "Feeds Ultimate Cron" module:
1. Add a new Feed Importer.
2. Configure the Cron Job for the Feed Importer within the Ultimate Cron configuration interface.

Link to project: https://www.drupal.org/sandbox/sinn/2073403

Clone command: git clone --branch 7.x-2.x http://git.drupal.org/sandbox/sinn/2073403.git feeds_ultimate_cron

Comments

sinn created an issue. See original summary.

PA robot’s picture

Issue summary: View changes

Fixed the git clone URL in the issue summary for non-maintainer users.

We are currently quite busy with all the project applications and we prefer projects with a review bonus. Please help reviewing and put yourself on the high priority list, then we will take a look at your project right away :-)

Also, you should get your friends, colleagues or other community members involved to review this application. Let them go through the review checklist and post a comment that sets this issue to "needs work" (they found some problems with the project) or "reviewed & tested by the community" (they found no major flaws).

I'm a robot and this is an automated message from Project Applications Scraper.

kallehauge’s picture

Automated Review

No issues found.

Manual Review

Individual user account
Yes: Follows the guidelines for individual user accounts.

No duplication
Yes: Does not cause module duplication and/or fragmentation.

Master Branch
Yes: Follows the guidelines for master branch.

Licensing
Yes: Follows the licensing requirements.

3rd party assets/code
Yes: Follows the guidelines for 3rd party assets/code.

README.txt/README.md
No: Does not follow the guidelines for in-project documentation and/or the README Template.
Observations: the README does not include a "requirements section". This is needed because it depends on a module outside of Drupal Core (Feeds & Ultimate Cron).

Code long/complex enough for review
No: Does not follows the guidelines for project length and complexity.
Observations: The suggested amount of functions and lines of code is less than the suggested amounts in the guidelines.

Secure code:
Yes: Meets the security requirements.

Coding style & Drupal API usage:
Does a good job using drupal_static(), correctly using placeholders in t() functions and uses proper argument substitution in db queries.

sinn’s picture

Status: Needs review » Closed (duplicate)
apaderno’s picture