After plugin install, a bidirectional sync runs every 5 minutes:

  1. WP โ†’ BAconn (pull): new or changed WP jobs are pulled. BAconn creates a WpJob record or updates an existing one.
  2. BAconn โ†’ WP (push): jobs created or edited in BAconn are pushed back. The plugin uses WP REST API with API-key auth.
  3. Conflict resolution: when both sides change simultaneously, the later updated_at timestamp wins.

Check status: sync logs filtered by WP shows every single sync.