

- #Start sync in product builder drivers
- #Start sync in product builder driver
- #Start sync in product builder code
To accomplish this, your job should implement the ShouldBeUniqueUntilProcessing contract instead of the ShouldBeUnique contract: However, there may be situations where you would like your job to unlock immediately before it is processed. Keeping Jobs Unique Until Processing Beginsīy default, unique jobs are "unlocked" after a job completes processing or fails all of its retry attempts. If your application dispatches jobs from multiple web servers or containers, you should ensure that all of your servers are communicating with the same central cache server so that Laravel can accurately determine if a job is unique.
#Start sync in product builder driver
A null queue driver is also included which discards queued jobs.
#Start sync in product builder drivers
In this file, you will find connection configurations for each of the queue drivers that are included with the framework, including the database, Amazon SQS, Redis, and Beanstalkd drivers, as well as a synchronous driver that will execute jobs immediately (for use during local development). Laravel's queue configuration options are stored in your application's config/queue.php configuration file. Laravel queues provide a unified queueing API across a variety of different queue backends, such as Amazon SQS, Redis, or even a relational database. By moving time intensive tasks to a queue, your application can respond to web requests with blazing speed and provide a better user experience to your customers. Thankfully, Laravel allows you to easily create queued jobs that may be processed in the background. While building your web application, you may have some tasks, such as parsing and storing an uploaded CSV file, that take too long to perform during a typical web request. Specifying Max Job Attempts / Timeout Values.I’ll recommend trying with a simple description area first and see if the products start syncing.
#Start sync in product builder code
On instagram, I can see that the product description is not the actual product description, but that your plugin takes my whole page builder html coding as the product description.Īre you using page builders to add the main description of the product? Facebook for WooCommerce will try to sync everything from the description area and it won’t strip down the custom code added by your page builder. You can also share the log with us as well. The simple products sync perfectly, but only a few of the variable products show up.Ĭan you please share the product URL which is not syncing?Īlso, enabled debug log from Marketing > Facebook > Connection page:Ĭheck the log under the WooCommerce > Status > Logs page and see if you can notice any specific error message. I have a problem with syncing my variable products with FB. In the FB product sync settings, all the variations do get different ID numbers, see screenshot:Ĭan you please help me? I’m happy to provide you with admin login details to fix the problem. In the product variations setting I have set the variation on “sync and show”, see screenshot: In the products overview in Woocommerce, the variable products have the label: do not sync, see screenshot: I have set the right setting in the plugin and did not exclude any category, see:

My variations are all less than 50 for each product. I’ve read all the other topics about this problem and tried the suggested solutions, but it doesn’t fix my problem. The simple products sync perfectly, but only a few of the variable products show up.
