this is not as simple as it seems - this task would need infrastructure to run in
also, the task may have need data from upstream tasks as input
it might be easier to:
⢠add automatic retries on this task decorator to avoid doing this manually
⢠rerun that task locally by commenting out other task calls
we could take it as a feature request, though to manually change task run states e.g. mark them as completed or failed and this would allow you to rerun only those that are marked as failed, does that work for you? (no promises, but this sounds like a reasonable feature request)