diff --git a/config/dev.exs b/config/dev.exs index daa7e243..f11f72ba 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -83,7 +83,8 @@ config :microwaveprop, Oban, commercial: 2, iemre: 10, narr: 6, - backfill_enqueue: 1 + backfill_enqueue: 1, + exports: 1 ], plugins: [ {Oban.Plugins.Pruner, max_age: 3600 * 24}, diff --git a/config/runtime.exs b/config/runtime.exs index 48624822..1ac07f35 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -180,7 +180,8 @@ if config_env() == :prod do admin: 1, nexrad: 2, ionosphere: 1, - space_weather: 1 + space_weather: 1, + exports: 1 ], plugins: [ {Oban.Plugins.Pruner, max_age: 3600 * 24},