• Resolved h-ford

    (@handford)


    I am triggering a rebuild every morning after a product import via do_action(‘aws_reindex_table’). However it seems to get caught in a loop and not complete.

    The trigger seems to create a cron job, but the index doesn’t seem to rebuild. There just seems to be a new cron job that gets created every 5 mins or so.

    Hook Name           Arguments	  Actions	
    aws_reindex_table   ["inner"]     AWS_Table->reindex_table_job()
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hello,

    Yes, when you trigger re-index event cron job are created. But its created as fallback if for some reasons re-index can’t finished in one iteration ( for example because of timeout ).
    This cron job will be removed automatically.
    So for you re-index never ending? Please tell me do you see any errors in your logs?

    Regards

    Thread Starter h-ford

    (@handford)

    All is Ok. Turned out it was another plugin throwing an error that was preventing the re-index functioning properly.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Rebuild via Action trigger not working’ is closed to new replies.