Revert "feat: seed orchestrator with auto-seeding, persistence, and managemen…" (#2060)

This reverts commit bb79386d24.
This commit is contained in:
Elie Habib
2026-03-22 19:59:42 +04:00
committed by GitHub
parent bb79386d24
commit 429b1d99dd
16 changed files with 5 additions and 1833 deletions

View File

@@ -22,15 +22,3 @@ stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
[program:seed-orchestrator]
command=node /app/scripts/seed-orchestrator.mjs
directory=/app
autostart=true
autorestart=true
startretries=5
startsecs=5
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0