Using response of a request in another for every regular timeintervals

Hi,

I have a scenario like I have to execute two requests where request 2 takes the response of request 1 . This I am able to do using ‘.save’ . but my issue is that the response that request1 get expires in every 1 hour. so I need to resend response of request1 to request2 in every one hour and resume it (should not block the request2 processing).

Thanks in advance,
Priyanka