Scheduling and Component Retries are here!
This release introduces scheduling capabilities and retry mechanisms for components, enhancing the robustness and flexibility of your workflows. Now you can automate tasks to be retried on failure at specific times and ensure that transient failures are handled gracefully.
Published on
Release
v0.206.0
Changes in this release
- Semgrep supports relative paths now, making it easier to see where findings are located in relation to your project
- Components can be scheduled to retry on failure, with customizable retry counts and intervals, making your workflows more resilient. This is especially useful for handling transient errors in network calls or external services.