warren830 opened a new pull request, #8771: URL: https://github.com/apache/incubator-devlake/pull/8771
## Summary - In `RunPipelineInQueue`, replace `panic(err)` with logging + continue when `fillPipelineDetail` fails, so the pipeline queue doesn't crash - In `lockDatabase`, use `errors.Must` instead of raw `panic(fmt.Errorf(...))` for consistent error handling - Remove unused `fmt` import in `locking.go` ## Test plan - [ ] Verify pipeline queue continues processing after a failed pipeline detail fill - [ ] Verify database locking still works and produces clear error messages on timeout -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
