diff --git a/gradle.properties b/gradle.properties index 75a0135027..8e74c17d2c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -giskardVersion=2.0.0b20 +giskardVersion=2.0.0b22 rootProject.name=giskard profile=dev diff --git a/python-client/pyproject.toml b/python-client/pyproject.toml index 9e19cd611b..4a264e7d11 100644 --- a/python-client/pyproject.toml +++ b/python-client/pyproject.toml @@ -106,7 +106,7 @@ giskard = "giskard.integrations.mlflow.giskard_evaluator:GiskardEvaluator" name = "giskard" readme = "README.md" license = { text = "Apache Software License 2.0" } -version = "2.0.0b20" +version = "2.0.0b22" description = "The testing framework dedicated to ML models, from tabular to LLMs" authors = [ { name = "Giskard AI", email = "hello@giskard.ai" }, diff --git a/supervisord.conf b/supervisord.conf index f76a73541e..6bc6a039f0 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -22,6 +22,7 @@ password = giskard [program:backend] stdout_logfile=%(ENV_GSK_HOME)s/run/%(program_name)s.log autorestart=true +startretries=100 redirect_stderr=true startsecs=5 command=java -jar %(ENV_GSK_DIST_PATH)s/backend/giskard.jar