Commit Graph

6 Commits

Author SHA1 Message Date
dal ab44aceb76
feat(metrics): implement bulk metric status update endpoint
Add bulk update functionality for metric verification status, allowing multiple
metrics to be updated in a single API call with efficient batch processing. This
implementation includes:

- New handler for processing bulk updates with concurrent execution
- Batch processing with customizable batch size (default 50)
- Comprehensive error handling with client-friendly error codes
- REST endpoint with request validation and rate limiting
- Unit and integration tests for success and error cases
- Performance testing with different batch sizes

Addresses ticket BUS-1070.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-04-07 16:03:38 -06:00
dal bedc6b3e51
ok updated messages to files to have a version number attached 2025-04-07 13:22:10 -06:00
dal 141736f5a6
remove unused deps 2025-04-04 16:50:44 -06:00
dal fddc909f0f
modifications are happening, just need to fix the response object 2025-04-04 09:12:48 -06:00
dal fc79ff8d67
search functionality through rest 2025-03-25 15:03:34 -06:00
dal 22322f0711
search functionality 2025-03-25 14:31:02 -06:00