stale information might not be that great
All checks were successful
Albatros default

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

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