bhehe
bhehe
Right. I understand that it's enqueued and not 'instant' in nature. I left my test code to 'wait' and allowed it over an hour. So that's why I was assuming...
So just to share an update, a coworker of mine is chasing this issue at the moment and he was examining the code in the **RecurringJobManager** class and how it...
For context, one of the reasons for this request is that the default project created by the templates uses **.CSPROJ** and no longer has the convention of using **.SQLPROJ** which...
@jmezach Thanks for the context, I wasn't sure if there were any behavioral aspects tied to the filename suffix. Not surprised there is so that makes sense. So far it...
'SDK Not Found' failure when building in Azure Pipeline - But everything works fine when ran locally
Based on the feedback in #341 I reverted the filename suffix to .CSPROJ to see if that had any bearing on this issue but it did not. I still see...
'SDK Not Found' failure when building in Azure Pipeline - But everything works fine when ran locally
@Shweta234 No luck on that front here. I'm not seeing any cause for why it wouldn't work and is behaving differently. For now I've resorted to using a helper method...
@andrekiba - My approach leans on the use of a 'bootstrap' helper that ensures I have an IConfiguration available BEFORE / WHILE building up the generic host and configuring the...
Reading on another issue relating to cancellation I noticed mention of there being a 'watcher' that runs in background and how there is a 'JobInvisibilityTimeout' that may be in play...
A related feature request was submitted that would ideally support what is being asked for here. https://github.com/HangfireIO/Hangfire/issues/2019
So I've switched to using that newer method and it's helped identify an issue we've been chasing for a while. It didn't solve it but gave us a new clue....