Overview
In order to provide a list of doctors for revalidation administrators to work with, we rely on a nightly bulk update of all connected doctors from the GMC.
...
In case of overnight GMC sync failure, instead of waiting until the job re-run in the next mid-night, we can re-run the job manually to reduce the downtime.
NOTE (18/08/2023): The above is not necessarily advisable, as the sync job takes far to long to complete. Relevant Spike ticket here:
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
Login to the AWS console
Go to
API Gateway
Choose the API
revalidation-preprod-gateway
for Preprod orrevalidation-prod-gateway
for ProdFind the endpoint
v1/admin/
under “Resources” and click onPOST
Click
Test
to run the endpoint, then the overnight sync job will startYou will see a timeout error, this is fine
Logs can be checked from Recommendation service
...