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