}
gatewayRateValidator.updateRateWithStatus(gr, apiCallStatus);
gqr.localApiSpeedInFirstPeriod++;
ApiCall call = new ApiCall(gr.bucketID, currentTime);
call.callSuccess = apiCallStatus.apiCallIsSuccess;
this.gdm.addCallToMinuteQueue(call);
this.gdm.addCallToSecondQueue(call);
this.gdm.releaseLockForBucket(bucketID, lock);