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
The RecurringJobAdmin plugin does not support job expressions like x => x.ExecuteAsync() that return a task of type Task<TReturn>, which is useful for providing summary information on a job execution in the Dashboard.
I have created pull request #101 with a suggested fix for supporting such types.
The text was updated successfully, but these errors were encountered:
The RecurringJobAdmin plugin does not support job expressions like
x => x.ExecuteAsync()
that return a task of typeTask<TReturn>
, which is useful for providing summary information on a job execution in the Dashboard.I have created pull request #101 with a suggested fix for supporting such types.
The text was updated successfully, but these errors were encountered: