Job Config

Changes to job config

Every save to a job is stored in cassandra table that can be queried. Howver, there is no exposed rest API for this at the moment.

Start transaction options

If a job is run with start transaction options, the job that was used can be found in the transaction messages postgres table. This table is archived after a transation finishes. To access it, download the archive from the postgres container and extract it.

Postgres archived tables are temporal/ephemeral. Meaning they will be deleted. When the postgres container restarts, they will be removed. Or after 1 week they will be removed.

Last updated