prop/lib/microwaveprop/workers
Graham McInitre 93b8f881e2 perf: batch fixes for site-wide audit — indexes, N+1, streams, atomicity
- Add index on weather_stations(station_type, lat, lon) for nearby_stations
- Add UPPER(station1/2) expression indexes for callsign search
- Batch sync_network ~3K individual Repo.insert calls into one insert_all
- Batch Oban.insert calls in insert_unique into Oban.insert_all
- Log warnings on station elevation Repo.update errors instead of discarding
- Wrap reconcile_mission_paths delete+insert in Repo.transaction
- BeaconLive.Index: targeted stream_insert/delete instead of full re-query+push_patch
- RoverPlanningLive.Show: re-fetch single path instead of re-querying all
- PskrSpotsLive: convert to LiveView streams, add 60s auto-refresh
- ImportConfetti: add missing phx-update=ignore
2026-07-16 07:31:19 -05:00
..
admin_task_worker.ex updates 2026-06-16 12:38:08 -05:00
backfill_enqueue_worker.ex updates 2026-06-16 12:38:08 -05:00
canadian_sounding_fetch_worker.ex updates 2026-06-16 12:38:08 -05:00
common_volume_radar_worker.ex updates 2026-06-16 12:38:08 -05:00
contact_import_worker.ex updates 2026-06-16 12:38:08 -05:00
contact_position_backfill_worker.ex updates 2026-06-16 12:38:08 -05:00
contact_weather_enqueue_worker.ex perf: batch fixes for site-wide audit — indexes, N+1, streams, atomicity 2026-07-16 07:31:19 -05:00
gefs_fetch_worker.ex updates 2026-06-16 12:38:08 -05:00
grid_cache_prune_worker.ex updates 2026-06-16 12:38:08 -05:00
hrdps_grid_worker.ex updates 2026-06-16 12:38:08 -05:00
hrrr_native_grid_worker.ex updates 2026-06-16 12:38:08 -05:00
iemre_fetch_worker.ex updates 2026-06-16 12:38:08 -05:00
ionosphere_fetch_worker.ex fix: handle GIRO API 404 cleanly — don't dump raw HTML into logs 2026-07-16 07:17:52 -05:00
mechanism_classify_worker.ex updates 2026-06-16 12:38:08 -05:00
narr_fetch_worker.ex updates 2026-06-16 12:38:08 -05:00
nexrad_worker.ex updates 2026-06-16 12:38:08 -05:00
partition_maintenance_worker.ex updates 2026-06-16 12:38:08 -05:00
propagation_grid_worker.ex updates 2026-06-16 12:38:08 -05:00
propagation_prune_worker.ex updates 2026-06-16 12:38:08 -05:00
pskr_calibration_worker.ex updates 2026-06-16 12:38:08 -05:00
pskr_recalibration_worker.ex updates 2026-06-16 12:38:08 -05:00
radar_frame_worker.ex updates 2026-06-16 12:38:08 -05:00
rover_mission_backfill_worker.ex updates 2026-06-16 12:38:08 -05:00
rover_mission_reconcile_worker.ex updates 2026-06-16 12:38:08 -05:00
rover_path_profile_worker.ex updates 2026-06-16 12:38:08 -05:00
solar_index_worker.ex updates 2026-06-16 12:38:08 -05:00
space_weather_fetch_worker.ex updates 2026-06-16 12:38:08 -05:00
station_elevation_worker.ex perf: batch fixes for site-wide audit — indexes, N+1, streams, atomicity 2026-07-16 07:31:19 -05:00
terrain_profile_worker.ex updates 2026-06-16 12:38:08 -05:00
user_home_qth_lookup_worker.ex updates 2026-06-16 12:38:08 -05:00
weather_fetch_worker.ex updates 2026-06-16 12:38:08 -05:00