Files
move-data-nas/internal
darroyo 7a024cec3b fix: use context.Background() in TriggerRun so job outlives HTTP request
r.Context() is cancelled when the HTTP handler returns (after 201 is sent),
causing the job to be immediately marked as cancelled_shutdown before WoL
even runs. Use context.Background() so the job goroutine runs independently
of the HTTP request lifecycle.
2026-07-09 00:04:44 -04:00
..
2026-07-08 19:56:08 -04:00