delay, or at a specific
scheduled_for time.
When a task is ready to be processed, Mergent sends a task request to your
application via an HTTP POST request. Each individual task request is
automatically logged and stored as an invocation.
Example: Let’s say you have an e-commerce platform and a customer makes a
purchase. Sending a confirmation email is important but it isn’t time-sensitive
and can be processed outside of the main flow, preventing slowdowns for other
users.
In this scenario, you would create a task in Mergent that holds the information
about the email and when it’s ready to be processed, Mergent sends a request to
your application to send the email.