Decision
Decision Layer
Scheduler Tick
Main scheduler tick - process videos for optimization.
Called every 5 minutes by GCP Cloud Scheduler.
Flow:
- Get ready videos from OPTIMIZE and REOPT queues
- For each video, run should_optimize() check
- Create VideoDecision for eligible videos
- Send to Optimization Layer
- Move optimized videos to MEASURE queue
Returns: TickResponse with processing summary
post/api/v1/decision/tick
Query parameters
authorizationstring nullable
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.