I am using drupal 7.24. I created the Feed importers which imports the data from a CSV file.It has the reference to the content type and not the 'standalone form'.The import was successful. After the import process I set the cron job to take the regular database backups. At the time of running the cron job it also started the data import as a background process through Feed Importers which results in data redundancy. Is there any way to stop the import process while running the cron job?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

frey4u’s picture

Project: Cronapi » Configuration Management
Version: 5.x-1.x-dev » 7.x-2.x-dev
dagmar’s picture

Are you sure Configuration Management is the right project?

frey4u’s picture

Project: Configuration Management » Feed Import

Sorry the problem is with Feed Importers.

Sorin Sarca’s picture

Hi, I don't think you are talking about Feed Import module since it already have cron settings, as you can see in attached images.
Here you can disable cron for all items
Feed Import Cron Settings
or for individual items
Feed import Cron Item

Sorin Sarca’s picture

Status: Active » Closed (works as designed)