change in values of request for every one hour

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 I get for request1 will expires in every 1 hour. so I need to resend new response of request1 to request2 in every one hour and resume it (should not block the request2 processing).
Could anyone please suggest me how can I proceed. Thanks in advance