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.
Tip: Your application should keep Mergent’s HTTP request open while
performing the task so that Mergent can keep track of the result.Respond with a
200 OK status code if the task was successful, or a 500 Internal Server Error status code if the task failed.In the case where a task fails or the task cannot be processed for any other
reason (e.g., if your server is down), Mergent will attempt to retry the
task request according to our retry
policy.