Zend certified PHP/Magento developer

Magento Cron Job is Running a Command It Shouldn’t Be?

We have four CLI commands: submit, receive, cancel and import. The first three: submit receive and cancel are all set up to run via the cron job. However, I keep seeing in the logs that the import command is running. I checked the logrotate status and it shows that only submit receive and cancel are scheduled to run. What could be going on that’s causing the import to also run?