Transform Queue
Monitor state of jobs
The Transform Queue page shows the current state of your transform queue within the Kleene system. A list of jobs is shown in time order, with the most recently queued job at the top of the page. A “job” is a set of one or more transforms that were added to the queue together, either due to a manual run transform within the app, or due to a schedule for a transform or group.
Transforms that are currently executing on your warehouse are highlighted, so you can see how the queue is progressing and what remains to be done. At any point in time, there will only be a limited number of transforms executing concurrently: this allows the Kleene app to control the execution order dynamically.
Once a transform has finished executing, the next transform to execute is determined by the dependencies shown in Pipelines - this will generally not be the next transform listed on the page, and may even be a transform in a different job.
Jobs and transforms that finished in the last hour are included at the end of the page to give context, but for a general history of transform completion you should refer to the Logs page.
Updated 1 day ago