• Resolved Terence Milbourn

    (@pubdirltd)


    Error message (including misspelling)

    We dectected that this site has the following constants defined, likely at wp-config.php file: DISABLE_WP_HTTP_WORKER

    These constants are deprecated since Mailchimp for Woocommerce version 2.3. Please refer to the plugin official wiki for further details.

    So, why do the the setup instructions here still tell you…

    To optimize the performance of your Mailchimp integration – it is recommended that you run the queue in CLI mode.

    First define a constant in your config file
    define(‘DISABLE_WP_HTTP_WORKER’, true);

    ..plus other stuff which is now not needed ?

    Terence.

    • This topic was modified 4 years, 8 months ago by Terence Milbourn. Reason: added code formatting
Viewing 1 replies (of 1 total)
  • Plugin Author ryanhungate

    (@ryanhungate)

    @pubdirltd thanks for writing in. We understand how this may be confusing but the problem is we’ve got a few different versions of the plugin – which in your case is telling you that this specific constant is not required anymore to run the CLI mode.

    We’ve moved to the Action Scheduler for all of the “background jobs” that need to be handled by the plugin, which is the recommended approach moving forward by the WooCommerce team for items of this nature. You can safely remove this constant, and then follow the instructions in our GitHub Wiki at the top of the article that reference the Action Scheduler.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Advanced Queue Setup In CLI mode deprecated’ is closed to new replies.