After plugin install, a bidirectional sync runs every 5 minutes:
- WP โ BAconn (pull): new or changed WP jobs are pulled. BAconn creates a
WpJobrecord or updates an existing one. - BAconn โ WP (push): jobs created or edited in BAconn are pushed back. The plugin uses WP REST API with API-key auth.
- Conflict resolution: when both sides change simultaneously, the later
updated_attimestamp wins.
Check status: sync logs filtered by WP shows every single sync.