apiVersion: v3
kind: service
metadata:
  name: songwhip-batch-api
  description: |
    Service for orchestrating and executing batch API operations for the Songwhip platform.
    - Handles scheduled, bulk, and large-scale API requests for data imports, exports, and updates.
    - Provides endpoints and automation for managing batch jobs and asynchronous workflows.
    - Integrates with analytics, events, and other Songwhip services to coordinate background processing.
    - Ensures reliable, scalable, and traceable execution of batch API operations across the platform.
  owner: songwhip
  tags:
    - public:false
    - language_version:12
spec:
  type: web
  language: javascript
