tercul-backend/internal
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
..
adapters Refactor: Improve quality, testing, and core business logic. 2025-10-05 09:41:40 +00:00
app Refactor: Improve quality, testing, and core business logic. 2025-10-05 09:41:40 +00:00
data Refactor: Improve quality, testing, and core business logic. 2025-10-05 09:41:40 +00:00
domain Refactor: Improve quality, testing, and core business logic. 2025-10-05 09:41:40 +00:00
enrichment feat: Complete all pending tasks from TASKS.md 2025-10-05 05:26:27 +00:00
jobs fix: handle fatal worker startup error gracefully 2025-10-05 11:11:40 +00:00
observability feat: Complete all pending tasks from TASKS.md 2025-10-05 05:26:27 +00:00
platform feat: Complete all pending tasks from TASKS.md 2025-10-05 05:26:27 +00:00
testutil Refactor: Improve quality, testing, and core business logic. 2025-10-05 09:41:40 +00:00