dagger / dagger-for-github

GitHub Action for Dagger
https://github.com/marketplace/actions/dagger-for-github
Apache License 2.0
120 stars 25 forks source link

✨ Allow setting a timeout #131

Open sagikazarmark opened 2 weeks ago

sagikazarmark commented 2 weeks ago

What are you trying to do?

While debugging dagger/dagger#7593 I added a timeout to the Dagger action, but that terminated the entire action. There should be a timeout option that only terminates the Dagger call.

Why is this important to you?

Engine logs are not available otherwise

How are you currently working around this?

I'm thinking about not using the action when debugging an issue, but that's just uncomfortable.