After installing this module on a fresh Drupal installation I noticed that when trying to run cron it would just keep running. After stopping it eventually I kept getting a "Cron run failed" error. I looked in the database logs and noticed thousands of entries stating "creating next cycle from params stdClass Object ( [cid] => 381184 [expire] => 0 [start] => 0 [expired] => 0 [started] => 0 [auction_start] => 0 [auction_expire] => 2160000 [slots_created] => 0 )"

After disabling the module cron runs fine in under a second.

Like I mentioned before this is on a completely fresh Drupal installation with no content on the site.

Comments

codekarate’s picture

I was able to get cron running after uninstalling and re-installing and then configuring the Ad Auction settings. The configuration options I set were the UID and NID.

I am not sure if it was the uninstalling/re-installing or the configuration that fixed it but it seems to work now.