Skip to content

Bulletproof#10

Merged
Joul1285 merged 6 commits intomainfrom
bulletproof
Feb 20, 2026
Merged

Bulletproof#10
Joul1285 merged 6 commits intomainfrom
bulletproof

Conversation

@Joul1285
Copy link
Contributor

No description provided.

Joul1285 and others added 6 commits February 18, 2026 17:51
Adds sections:
- A7: Worker recovery & auto-restart (circuit breaker, degraded state)
- A8: Graceful shutdown (SIGTERM handling, drain active tasks)
- A9: RetryableError (Python SDK retry semantics)
- A10: Stdout protection (Python SDK print safety)
- B9: Batch enqueue endpoint
- B10: Auth on previously public routes (breaking change)
- B11: Body size limit
- B12: Input validation (API-side)
…rmat note

- Document two separate APIs: Main (X-API-Key) vs Monitoring (cookie JWT)
- Fix routes: monitoring endpoints are under /monitoring/api/*
- Fix batch enqueue format: {queue, jobs[]} not {tasks[]}
- Fix status codes: pause/resume return 204, vault create returns 201
- Fix task response: ID at info.id not task_id
- Add B0 monitoring auth setup section
- Note queue config requires priority >= 1
- Note task poll is long-poll (no 408 timeout)
- Document known bug: monitoring API uses {error} not {errors[]}
- Remove incorrect B12 special chars test (no validation exists)
fix: correct API docs — dual API auth, routes, batch format, error format
tests: add recovery, shutdown, retry, auth, batch functional tests
@Joul1285 Joul1285 merged commit cff5555 into main Feb 20, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants