You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(spp_import_match): multiple match error, missing field error, async context, jobworker
- Restore ValidationError on multiple matches instead of returning first
- Add UserError when selected match config fields are missing from import file
- Skip matching on empty field values to avoid false matches
- Fix async import context: move import_match_ids to before sync/async branch
- Simplify jobworker: rely on runner's 5-min auto-discovery instead of polling
- Stop jobworker during resetdb to avoid DB lock issues
- Remove forced jobworker restart from spp CLI start command
0 commit comments