Can old parameterized job executions be retained?

We have a paramaterized job that we periodically update with a new docker image tag. When we do this, all the old executions of that job disappear from the nomad dashboard. We lose all their logs as a result. Is there any way to avoid this? Or should we plan to ship the logs somewhere else?

1 Like

Hi. Nomad overall has a concept of garbage collection that removes all old “stuff”. Any job executions that are finished / in a terminal state might be removed at any time. I have posted here Nomad Job Launches UI empty / no history of periodic jobs - #2 by Kamilcuk how I store the logs.