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
#827 also asks for something near to what I need (support async/await for the authorization filters), I am asking to support async/await over job creation methods
As I understood, "The control is returned to a caller just after Hangfire serializes the given information and saves it to the storage."
I suggest to support the async/await pattern (i.e. no blocking of threads) by overloading the jobs creation's methods, example:
await BackgroundJob.EnqueueAsync(() => SomeClass.DoWork());
I know such feature may requires to re-engineer the Hangfire but I have to ask if is it possible to see this methods soon ?
The text was updated successfully, but these errors were encountered: