Recommended Job Queue Setups
The following examples show proven setups for the Job Queue. Adjust the intervals to match your order volume.
Purpose: download new orders and create them as sales orders in BC.
Interval: every 15–30 minutes.
Note: downloads incrementally starting from the last auto-increment.
Purpose: keep inventory levels up to date.
Interval: several times a day (for example, hourly).
Note: only items with an inventory change.
Purpose: transfer changed prices.
Interval: daily, ideally at night.
Note: updates existing prices via PATCH (no duplicates).
Purpose: upload new and changed items.
Interval: daily (open data only).
Note: run large catalogs outside business hours.
Stagger the start times so that several large runs do not start at the same time. This keeps the system load even.
For setup basics, see Job Queue Entries. For error handling, see Error Handling in Automatic Processes.
