Skip to content

The retrieval component without multiple pools skips running in physical mode

Goal

If DLE is running in physical mode, does not have multiple pools, and has valid data in the active pool, then retrieval does not run retrieving stages(that also means, it does not start the sync instance):

2021/11/01 19:08:46 retrieval.go:107: [INFO]   Continue without performing a full refresh: pool to refresh not found, but the current pool is active

TODO / How to implement

Check the full-refresh conditions in logical mode only

Acceptance criteria