Is it possible to have a queue trigger create a 5 minute time trigger that then checks if the queued item still exists.
I'm trying to use Function Apps to give user a grace time. Each user can have a different grace time depending on settings on their account. I was thinking I could write a to a queue and fire the queue trigger to call a timer trigger that uses the users time setting to check back and see if the user completed his task before grace. Is this possible?
Thanks for any help