You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not 100% sure this is correct place to report this so feel free to delete, move or whatever. The docs that have the example for creating a background job is missing the ITransientDependency in the inheritance for the job to actually get picked up by the system to run.
fails to include the requirement for ITransientDependency and for me the job system would not execute my job until I added it and took me a little while to figure that out, so I suggest include it in the document.
Regards,
Pete
The text was updated successfully, but these errors were encountered:
Hi guys,
Not 100% sure this is correct place to report this so feel free to delete, move or whatever. The docs that have the example for creating a background job is missing the ITransientDependency in the inheritance for the job to actually get picked up by the system to run.
https://docs.abp.io/en/abp/latest/Background-Jobs
The section 'Create a Background Job'
That defines
'public class EmailSendingJob : BackgroundJob'
fails to include the requirement for ITransientDependency and for me the job system would not execute my job until I added it and took me a little while to figure that out, so I suggest include it in the document.
Regards,
Pete
The text was updated successfully, but these errors were encountered: