Hi, i need to create a job that handle specific module entities so i would like to create the job inside the module itself to be more clear, not in the main app/jobs folder, is there any way to do so?
Creating it in the main app/jobs would be very easy and straightforward with the artisan make:job command, but would breake the asgard modular approach so it would be a pity.
UPDATE
Nevermind, moving my job file to MyModule/Jobs keep working as espected.