We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 29e6ac0 + 18f2d2b commit 6b6bdf3Copy full SHA for 6b6bdf3
1 file changed
automation/canfar_polling.py
@@ -209,7 +209,7 @@ async def reconcile_running_prefect_with_canfar_task(limit: int = 200) -> dict:
209
"skipped_untagged": result.skipped_untagged,
210
}
211
212
-@flow(name="Get completed sessions logs and push to Canfar directory")
+@flow(name="Get completed sessions logs and push to Canfar directory", log_prints=True)
213
def get_completed_session_logs():
214
"""
215
Get recently completed CANFAR sessions and push their logs to Canfar directory.
0 commit comments