Open coder2343 opened 6 months ago
hypothesis Bug is either with code taking to long to execute or is do to network connection with server
Wednesday April 24
Monday morning
Monday afternoon
Monday evening
Tuesday morning
purposed solution
Reflection
Bug Report
Description: We encounter a 503 error if a summary request is made before 20 seconds elapse from submission, due to delayed data registration on the server.
Reproduction Steps:
Communication about Bug Status:
Team Member Involved:
description of the bug We have an issue as it takes 20 seconds from submitting a summary to being able to call a summary. If you submit request for a summary before waiting 20 seconds you will have an issue where you will get a 503 error as the data has not been registered as saved on the server yet.
reproduction steps
what's going on with bug now Liam is discovered the bug and is working on investigating the issue and seeing possible way to overcome the latency issue right now. Curenlty we should ensure in our front end code that we wait around 25 seconds from sending privacy policy to back end for calling for a summary.