Add ability to manually trigger a scheduled task to validate the task configuration #296
Labels
backlog
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
Good issues for Hacktoberfest
Describe the feature
The proposal here is to add a
ManualTrigger()
method to theScheduledTaskGrain
which triggers the task, ignoring thetask.IsEnabled
andtask.NextRunAt
properties.ManualTrigger()
should return theScheduledTaskTriggerHistory
object instead of adding the result to the Task's Trigger History.This is a diagnostic endpoint and should be protected via the auth mechanism.
The text was updated successfully, but these errors were encountered: