FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 946d0285 authored by Dave Hart's avatar Dave Hart :pizza:
Browse files

Post-review refactor Lookup API code. (#35)

The review discovered that the sync tool, when run on production, would never
succeed because the membership list of some groups/institutions was so large
that the API response exceeded the size limit imposed by API Gateway (due to
Lookup API returning detailed lists of members). This commit refactors the code
to fetch group/institution membership for each user and use that to populate
the membership set for each group/institution.

Use Python 3.9 in Dockerfile as new Python features are now used.

Update version of Flake8 so the checks are compatible with the newer version
of Python.
parent 111fa16e
No related branches found
No related tags found
No related merge requests found
Pipeline #233003 passed with warnings
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment