mirror of
https://github.com/blw1138/cross-py-builder.git
synced 2026-09-07 21:41:09 -05:00
Serialize builds and add health endpoint to build agent
- Add a non-blocking build lock so only one job runs at a time; concurrent upload/checkout requests get a 409 response - Add /healthz returning 200 when idle and 503 while a build is running - Ignore .DS_Store artifacts
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
known_hosts
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
*.egg-info/
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user