Report Rendering - Implement the "elx.retry.job" parameters

This entry will guide you on how to implement the “elx.retry.job” parameters in report template when rendering to ensure that failed jobs do not get retried and allow the job engines to take on other jobs in queue.

You can either append the “elx.job.retry=0” parameters in the rml template via Ambience Designer and API call

1/ Ambience Designer

  • Report Renderer Level
    For example, over at the RML template parameter setting

2/ API Call

You may refer to where the elx.wait parameters being implement and append the “elx.job.retry=0” parameters
For example:
http://localhost:8080/elx/do/eno/re/ElixirSamples/Report/RML/Sub%20Report/Sub%20Report.rml?mode=file&mime-type=application/pdf&elx.wait.timeout=100&elx.end.timeout=100&elx.job.retry=0