prop/lib
Graham McIntire 68fdd1d2b6
Fix unique constraint blocking re-enqueues of completed jobs
- Only deduplicate against active jobs (available/scheduled/executing/
  retryable), not completed ones. Completed jobs no longer block new
  inserts for the same args.
- Period reduced from 3600s to 300s
- Fixes contacts stuck in :queued with no actual Oban jobs
2026-04-02 16:34:39 -05:00
..
microwaveprop Fix unique constraint blocking re-enqueues of completed jobs 2026-04-02 16:34:39 -05:00
microwaveprop_web Fix position computation, grid truncation, and status resets 2026-04-02 16:31:34 -05:00
mix/tasks fix enrichment 2026-04-02 15:30:41 -05:00
microwaveprop.ex initial 2026-03-28 11:28:47 -05:00
microwaveprop_web.ex Sanitize and validate user-submitted contact fields 2026-04-01 15:41:42 -05:00