What problem does it solve?
Simplifies reliable management of Julia's multi-service stack by configuring and supervising PM2 processes, ensuring consistent restarts, centralized logging, and easy lifecycle control.
Core Features & Use Cases
- Ecosystem configuration: Provides a ready-to-use ecosystem.config.js template to orchestrate all Julia services (frontend, bridge, backend, orchestrator, cowork-mcp, and docker-related jobs).
- Restart strategies & cron jobs: Includes settings for controlled restarts, exponential backoff, and scheduled restarts to keep services healthy without outages.
- Log management: Standardizes stdout/stderr logging locations and log retention to simplify debugging and monitoring.
- Operational guidance: Documents common commands to start, stop, restart, and inspect PM2 managed processes across the full stack.
- Use Case: When adding a new service, extend the ecosystem config and align environment variables to maintain consistent behavior across all processes.
Quick Start
Start managing all Julia services with PM2 by using the provided ecosystem configuration and verify that all apps report healthy status.