MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / batch_monitor

Function batch_monitor

codeclash/viewer/app.py:1391–1397  ·  view source on GitHub ↗

AWS Batch job monitor page

()

Source from the content-addressed store, hash-verified

1389@app.route("/batch")
1390@print_timing
1391def batch_monitor():
1392 """AWS Batch job monitor page"""
1393 # Don't show batch monitor in static mode - skip freezing
1394 if STATIC_MODE:
1395 return redirect(url_for("index"))
1396
1397 return render_template("batch.html")
1398
1399
1400@timeout(120)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected