* feat(security): unbind pid for worker jobs to create extra process isolation * review * simplify * cleanup + compose files * re-add removed comments from nu executor * simplify * fail immediately * updates * update ping backend * nsjail / unshare in workers page * migrations * frontend + sqlx * frontend * frontend * fix error message * undo example changes
3 lines
125 B
SQL
3 lines
125 B
SQL
-- Rollback: Remove job_isolation column from worker_ping table
|
|
ALTER TABLE worker_ping DROP COLUMN IF EXISTS job_isolation;
|