microsoft / ga4gh-tes

C# implementation of the GA4GH TES API; provides distributed batch task execution on Microsoft Azure
MIT License
32 stars 26 forks source link

Pool lifetime shall not affect task lifetime #723

Closed MattMcL4475 closed 2 months ago

MattMcL4475 commented 2 months ago

Describe the bug A customer's pool lifetime is set to 24 hours, and then they run a task that takes 24h+. This shouldn't be a problem. Some users have reported the task is failing.

Steps to Reproduce Set the pool lifetime to 30 minutes. Run a task that takes 30m+ (maybe try 1.5H to ensure no boundary conditions). See what happens.

Expected behavior The task completes successfully.