Started (incomplete) implementation of stream verification scheduler and endpoints
All checks were successful
AWS Deploy on Push / build (push) Successful in 5m18s
All checks were successful
AWS Deploy on Push / build (push) Successful in 5m18s
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
|
||||
# Environment variables
|
||||
# Scheduler configuration
|
||||
STREAM_VALIDATION_SCHEDULE=0 3 * * * # Daily at 3 AM (cron syntax)
|
||||
STREAM_VALIDATION_BATCH_SIZE=10 # Number of channels per batch (0=all)
|
||||
|
||||
# For use with Docker Compose to run application locally
|
||||
MOCK_AUTH=true/false
|
||||
DB_USER=MyDBUser
|
||||
|
||||
Reference in New Issue
Block a user