Conversation
rustyjux
left a comment
There was a problem hiding this comment.
The new function seems fine. Funny we see this paging issue again - didn't this come up some other time in the last year? or was that another query?
I made a small change to fix an error during npm run build (see https://github.com/bcgov/api-services-portal/actions/runs/13190804790/job/36823280137 - Build Docker Images step).
I can approve, but I have a couple questions:
- What issue is this trying to fix?
- How do I run the tests? are the more instructions on 'wiring up directly with keycloak'?
|
Before it was hard coded to 1000 records - now it will make multiple paging calls to get a full list.. so it is a preemptive change.. we probably should look at demising The npm run ts-build
npm run ts-watch..in one terminal and this in another: node dist/test/integrated/batchworker/paging.js |
No description provided.