Currently the HandlerJobRequest is used in various places to schedule or enqueue a generic job without input parameters. This class is located in the migration package.
We should untangle the coupling to the migration package and provide classes for generic use in a jobs package.
Currently the
HandlerJobRequestis used in various places to schedule or enqueue a generic job without input parameters. This class is located in themigrationpackage.We should untangle the coupling to the migration package and provide classes for generic use in a
jobspackage.