Everything Cut Short: Need to execute a function after around 5 minutes after a request sent by Google Checkout's Notification Service.
Why: The History API requires the transaction to be atleast 5 min old to work.
What has been tried, suspending teh function by sleep, but it generates a TIMEOUT error at google's end.
Main Concern: The function must run, even if the user navigates away from page, reloads the page, or closes his/her browser or logout from the Site..
Tried, Google but not of much use.. Any Ideas??