Skip to content

Commit 66dbfcc

Browse files
authored
update celery worker start script to accept unset variables properly ... (#10)
* update celeary worker startup script to stream the worker log files to stdout using tail -F, so worker log output is visible in pod logs. * bump swirl Chart version for this change
1 parent de992a3 commit 66dbfcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/swirl/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: swirl
33
description: A Helm chart for deploying Swirl AI-powered search platform on Azure Kubernetes Service (AKS)
44
type: application
5-
version: 0.2.3
5+
version: 0.2.4
66
appVersion: "stable"
77
keywords:
88
- swirl

charts/swirl/files/scripts/swirl-celery-worker-startup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
set -euo pipefail
2+
set -eo pipefail
33

44
raw="${CELERY_QUEUES:-}"
55
raw="${raw//,/ }"

0 commit comments

Comments
 (0)