mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-22 17:13:42 +00:00
fix: enable real-time unbuffered logging in GH Actions
This commit is contained in:
3
.github/workflows/agentic_cron.yml
vendored
3
.github/workflows/agentic_cron.yml
vendored
@@ -69,8 +69,7 @@ jobs:
|
||||
HISTORICAL_CHUNK_DAYS: '180'
|
||||
PYTHONPATH: .
|
||||
run: |
|
||||
python src/main.py > output.log 2>&1
|
||||
cat output.log
|
||||
python -u src/main.py 2>&1 | tee output.log
|
||||
|
||||
# Lógica de Re-disparo para Modo Histórico
|
||||
if grep -q "NEXT_CHUNK_START:" output.log; then
|
||||
|
||||
Reference in New Issue
Block a user