Delaying operation

Options
Hi!
Is there any way I can delay an operation after the response is sent?

More context: for every request I receive, I want to decrease the user's API call quota, however, this adds a delay to the call and I wish I can perform this operation after the response has been sent.

Comments

  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Options
     - I think you're looking for a way to add a function or functions that come after a response, which isn't supported. You'd need to put that piece of logic inside the function stack to be executed.