stale information might not be that great
Albatros default Details

This commit is contained in:
Quentin 2023-03-16 16:56:09 +01:00
parent 2441ba1958
commit 750015b3ff
Signed by: quentin
GPG Key ID: E9602264D639FF68
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ func lifecycle(notification *GiteaNotification, dispatch *nomad.JobDispatchRespo
// get job's deployment
jobs := NomadClient.Jobs()
queryOpt := nomad.QueryOptions{
AllowStale: true,
AllowStale: false,
}
safeguard := 1000