Extend logging (add delay and period)#20333
Conversation
|
Hi there @erikjanwestendorp, thank you for this contribution! 👍 While we wait for one of the Core Collaborators team to have a look at your work, we wanted to let you know about that we have a checklist for some of the things we will consider during review:
Don't worry if you got something wrong. We like to think of a pull request as the start of a conversation, we're happy to provide guidance on improving your contribution. If you realize that you might want to make some changes then you can do that by adding new commits to the branch you created for this work and pushing new commits. They should then automatically show up as updates to this pull request. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
There was a problem hiding this comment.
Looks like a handy little improvement, can certainly see this can be useful. Thanks for the contribution @erikjanwestendorp.
This is the result when I run it locally:
|
That was blazing fast! Thanks @AndyButland |
A very small PR to extend the
RecurringBackgroundJobHostedServiceRunner. At the moment we make extensive use of RecurringBackgroundJobs, and it’s quite useful to have a bit more information in the logging about the configured delay and how often the job runs.