tercul-backend/internal/jobs
google-labs-jules[bot] 85d036330c fix: handle fatal worker startup error gracefully
Replaces a raw `panic` in the `asynq` server startup with a call to `log.Fatalf`.

If the job server fails to start, it is an unrecoverable, fatal error. Using `log.Fatalf` ensures the application exits with a clear error message and a non-zero status code, which is a more conventional and robust way to handle fatal startup errors than panicking.
2025-10-05 11:11:40 +00:00
..
linguistics feat: Complete all pending tasks from TASKS.md 2025-10-05 05:26:27 +00:00
sync fix: handle fatal worker startup error gracefully 2025-10-05 11:11:40 +00:00
trending feat: Implement trending works feature 2025-09-07 20:40:35 +00:00