Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs on Abp.IO background jobs #2306

Closed
saintpoida opened this issue Dec 4, 2019 · 1 comment
Closed

Update docs on Abp.IO background jobs #2306

saintpoida opened this issue Dec 4, 2019 · 1 comment
Assignees
Milestone

Comments

@saintpoida
Copy link

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

@maliming
Copy link
Member

maliming commented Dec 4, 2019

Thanks @saintpoida I will update the documentation.

@maliming maliming self-assigned this Dec 4, 2019
@maliming maliming added this to the 1.1 milestone Dec 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants