Phase 1: Foundation & Stability Infrastructure
✅ BullMQ job queue system installed and configured ✅ Zod validation schemas for all collections ✅ Spintax validator with integrity checks ✅ Work log helper for centralized logging ✅ Transaction wrapper for safe database operations ✅ Batch operation utilities with rate limiting ✅ Circuit breaker for WordPress/Directus resilience ✅ Dry-run mode for preview generation ✅ Version management system ✅ Environment configuration This establishes the bulletproof infrastructure for Spark Alpha.
This commit is contained in:
12
cors_fix_instructions.json
Normal file
12
cors_fix_instructions.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"instructions": "Add CORS environment variables to Directus service in Coolify",
|
||||
"variables": {
|
||||
"CORS_ENABLED": "true",
|
||||
"CORS_ORIGIN": "https://launch.jumpstartscaling.com,http://localhost:4321",
|
||||
"CORS_METHODS": "GET,POST,PATCH,DELETE",
|
||||
"CORS_ALLOWED_HEADERS": "Content-Type,Authorization",
|
||||
"CORS_EXPOSED_HEADERS": "Content-Range",
|
||||
"CORS_CREDENTIALS": "true",
|
||||
"CORS_MAX_AGE": "86400"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user