What is the Bypass Internal Queue setting on invocable actions?

On our Manage Mailchimp Members invocable action is the option to Bypass Internal Queue. When enabled, our action will execute immediately in the flow's context (normally we queue our code as a separate job to avoid conflicts). 

Bypassing the internal queue can be useful if you have other automation that is processing in bulk and generating a large number of queuable jobs off of our transaction.

Keep in mind that:

  • This option can only be used in a synchronous path
  • This option is only available for subscribe actions
  • You should test thoroughly in a sandbox to avoid conflicts with our and other automation

To enable:  When configuring the Membership action, set Bypass Internal Queue to TRUE, under Advanced Settings. 

See our invocable action guide for more information.

 

Related Articles