Can we configure the first workflow task backoff in cron workflow?

In our use case, we want to set up a recurring workflow that runs every 10 minutes, but we want the very first run to happen immediately instead of waiting for 10 minutes. Is there an option to do that or any suggestions on workaround?
Currently, we “setCronSchedule(”@every 10m")" in workflow options, is there a way to remove the delay on the first workflow? Thanks!

Schedule which is a replacement for legacy cron workflow supports this and many more options.