[#1149] Replaced RetryQueue with oban-based retries.
authorIvan Tashkinov <ivantashkinov@gmail.com>
Thu, 1 Aug 2019 14:28:00 +0000 (17:28 +0300)
committerIvan Tashkinov <ivantashkinov@gmail.com>
Thu, 1 Aug 2019 14:28:00 +0000 (17:28 +0300)
commit23d279e03ee1f7a1285614754738711359bc4b81
tree4ec0b67b1ef6f8588546d5fb04e09a2b8a4aa57a
parentcdfd02e90455fe7c01026efb48af3194cc82252b
[#1149] Replaced RetryQueue with oban-based retries.
18 files changed:
config/config.exs
config/test.exs
docs/config.md
lib/pleroma/application.ex
lib/pleroma/web/activity_pub/publisher.ex
lib/pleroma/web/federator/federator.ex
lib/pleroma/web/federator/publisher.ex
lib/pleroma/web/federator/retry_queue.ex [deleted file]
lib/pleroma/web/salmon/salmon.ex
lib/pleroma/workers/publisher.ex [new file with mode: 0644]
mix.exs
mix.lock
priv/repo/migrations/20190730055101_add_oban_jobs_table.exs [new file with mode: 0644]
test/user_test.exs
test/web/activity_pub/publisher_test.exs
test/web/federator_test.exs
test/web/retry_queue_test.exs [deleted file]
test/web/salmon/salmon_test.exs