- Add exq ~> 0.23 dependency with redix and elixir_uuid - Configure Exq in application supervisor with 4 queues (default, discovery, polling, maintenance) - Set Exq as included_application to prevent auto-start - Only start Exq in dev/prod environments, skip in test - Use :env config to determine runtime environment - Configure 10 concurrent workers with exq namespace - Connect to Redis/Valkey sidecar via existing :redis config |
||
|---|---|---|
| .. | ||
| config.exs | ||
| dev.exs | ||
| prod.exs | ||
| runtime.exs | ||
| test.exs | ||