Closed venkatajagannath closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.22%. Comparing base (
6d5a191
) to head (abbda48
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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.