When using `io.runTask` you can specify retry settings (for when an error is thrown). The default is that no retrying happens. We provide a lot of settings and figuring out good ones can be tricky. So we export two useful ones here: https://github.com/triggerdotdev/trigger.dev/blob/0b657b33f9a634376a4c4be031b111f9c3c4d914/packages/core/src/retry.ts#L11 We should add documentation to the SDK reference about this. And probably also link to it from here: https://trigger.dev/docs/sdk/io/runtask <sub>[TRI-1907](https://linear.app/triggerdotdev/issue/TRI-1907/add-documentation-for-standardbackoff-and-exponentialbackoff)</sub>