feat(server/fileuploads): background jobs draws down a compute budget (#5349)

This commit is contained in:
Iain Sproat
2025-09-08 16:26:41 +01:00
committed by GitHub
parent 67db5af3c5
commit 79ef564e1b
26 changed files with 368 additions and 246 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ repos:
name: ruff checker (python linter)
args:
- --ignore=E501 # ignoring error about lines that are too long
# Run the linter.
# - --fix # uncomment to automatically fix linting errors
# Run the linter.
- id: ruff-format
name: ruff formatter (python formatter)