We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65f0ca commit 7ed770aCopy full SHA for 7ed770a
consumer/run.sh
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
-python3 app/set_properties.py
3
-`python3 /usr/bin/amazon_kclpy_helper.py --print_command --java /usr/bin/java --properties app/record_processor.properties --log-configuration app/logback.xml` &
+python3.8 app/set_properties.py
+`python3.8 /usr/bin/amazon_kclpy_helper.py --print_command --java /usr/bin/java --properties app/record_processor.properties --log-configuration app/logback.xml` &
4
touch /app/logs/record_processor.log
5
-exec tail -f /app/logs/record_processor.log
+exec tail -f /app/logs/record_processor.log
0 commit comments