Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
moving backfilled oracle blocking start work to background thread (#1201
) ## Motivation [Old impl](https://github.com/smartcontractkit/ccip/blob/7d2cae3660bac29ba9dd48b03d88a761c154d6ae/core/services/ocr2/plugins/ccip/internal/oraclelib/backfilled_oracle.go#L41) of backfilled oracle would run log poller in a non-blocking fashion on job creation. The new implementation has it blocking on job creation, which is impacting load testing. ## Solution Move back to the old background thread pattern.
- Loading branch information