Skip to Main Content
Jedox Ideas

Let us know how we can make Jedox even better!

Status Future consideration
Workspace Jedox Platform
Categories Integrator
Created by Guest
Created on Mar 7, 2022

Integrator: Request limits in REST connections

This would allow REST Integration builders to insert "pauses" in their projects without writing groovy. The idea would be to allow for pauses after a request is completed before executing the next step in the process.

With a standard REST / JSON extract, the next step might be a transform or load

With a Table Loop transform or Loop job, the next step could be the call of the another REST request

Potential Inputs :

Number (the value for the wait in milliseconds. Can be variable based).

Advanced options:

  • Logging: (standard, total, increment)

    • standard (the log just records the normal step execution

    • total (the log records "processed paused for <total amount of time>"

    • increment ( the log records each cumulative increment that is is paused for , eg:

      • "process paused for 1 min"

      • "process paused for 2 mins"

      • "process paused for 3 mins"

      • "process paused for 4 mins"

      • "process paused for 5 mins"