mirror of
https://github.com/SamyRai/tercul-backend.git
synced 2025-12-27 02:51:34 +00:00
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. |
||
|---|---|---|
| .. | ||
| adapters | ||
| app | ||
| data | ||
| domain | ||
| enrichment | ||
| jobs | ||
| observability | ||
| platform | ||
| testutil | ||