fix(path-b): escape cron "*/5" in idle-sweep JSDoc — was closing the comment block and breaking the build

Made-with: Cursor
This commit is contained in:
2026-04-28 13:34:21 -07:00
parent 41d4d3748f
commit 5d2a8c5734

View File

@@ -7,9 +7,10 @@
* Suspends every running dev container whose `last_active_at` is older
* than `minutes` (default 30). Idempotent — re-runs harmlessly.
*
* Wire this to a cron (every 5 min) once the frontend is stable:
* */5 * * * * curl -fsS -X POST -H "Authorization: Bearer $SECRET" \
* https://vibnai.com/api/admin/path-b/idle-sweep
* Wire this to a cron (every 5 min) once the frontend is stable.
* Crontab: "[asterisk]/5 * * * *" running:
* curl -fsS -X POST -H "Authorization: Bearer $SECRET" \
* https://vibnai.com/api/admin/path-b/idle-sweep
*
* Saves money (suspended containers don't bill compute) without
* destroying state — the workspace volume + cache volume persist, and