Remove WorkerHelper
WorkerHelper mostly exists to make it possible for users to override the :max_attempts
value of Oban jobs for various queues in the standard Pleroma config. This functionality has likely not been used by many users and it adds a layer of obfuscation to Oban jobs.
e.g., It's not clear at first glance that jobs implemented with use Pleroma.Workers.WorkerHelper
do not respect any settings provided except :max_attempts
.
Edited by feld