astronomer / astro-provider-ray

This provider contains operators, decorators and triggers to send a ray job from an airflow task
https://astronomer.github.io/astro-provider-ray/
Apache License 2.0
12 stars 2 forks source link

Support running Ray jobs indefinitely without timing out #74

Closed venkatajagannath closed 1 month ago

venkatajagannath commented 1 month ago

We want to address usecases where users will want the jobs to run for as long as necessary without providing an explicit timeout during development.

If job_timeout_seconds < 0 , then the timeout is disabled and trigger runs until job completion.

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.22%. Comparing base (6d5a191) to head (abbda48).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #74 +/- ## ========================================== + Coverage 96.09% 98.22% +2.13% ========================================== Files 5 5 Lines 563 563 ========================================== + Hits 541 553 +12 + Misses 22 10 -12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.