v2.13.1
Bug Fixes
-
[Oban] Expand
insert/insert_alltypespecs for multi arityThis fixes dialyzer issues from the introduction of
optstoOban.insertandOban.insert_allfunctions. -
[Reindexer] Allow specifying timeouts for all queries
In some cases, applying
REINDEX INDEX CONCURRENTLYon the indexesoban_jobs_args_index, andoban_jobs_meta_indextakes more than the default value (15 seconds). This new option allows clients to specify other values than the default.