Bug Fixes
-
[Oban] Expand
insert
/insert_all
typespecs for multi arityThis fixes dialyzer issues from the introduction of
opts
toOban.insert
andOban.insert_all
functions. -
[Reindexer] Allow specifying timeouts for all queries
In some cases, applying
REINDEX INDEX CONCURRENTLY
on the indexesoban_jobs_args_index
, andoban_jobs_meta_index
takes more than the default value (15 seconds). This new option allows clients to specify other values than the default.