Files
music_library/lib/music_library
Claudio Ortolina be7a9d5990 Start PubSub before Oban to prevent registry errors
Phoenix.PubSub must be initialized (creating its internal Registry)
before Oban starts processing jobs. With one_for_one strategy,
children start sequentially; previously Oban was started first,
causing 'unknown registry: MusicLibrary.PubSub' errors when a
job called broadcast before PubSub was ready (error #3891).
2026-05-08 14:10:56 +01:00
..
2026-03-26 22:58:39 +00:00
2026-03-13 10:52:01 +00:00
2026-04-16 10:38:08 +01:00
2026-03-13 10:52:01 +00:00
2026-05-05 13:43:18 +01:00
2026-03-13 10:52:01 +00:00
2026-02-18 22:12:32 +00:00
2026-03-13 10:52:01 +00:00