How does BI Publisher ensure that Job ID is unique when multiple clusters share same RCU
In our deployment model, we have multiple clusters in a single bifoundation domain that share same RCU (bip data source), we want that job id returned by BI Publisher scheduler are unique across all the servers in all the clusters.
For example, if one managed server on one cluster schedules a report with job id 1, another managed server in a different cluster should not generate job id 1, it should be 2 or something else (i.e. the job id should always be different from job id created on another managed server in same cluster or different cluster in that domain).
We have seen that it records the latest value of JOB_ID_SEQ in SEQUENCE table under BIPLATFORM schema but we could not see JOB_ID_SEQ as a database sequence object (which would have ensured that it is always unique).