aai-institute / jobq

https://aai-institute.github.io/jobq/latest
Apache License 2.0
2 stars 1 forks source link

Enforce queue specification in job decorator #96

Closed leonpawelzik closed 1 month ago

leonpawelzik commented 2 months ago

Enforce queue specification in job decorator

Note: Deriving queue specifications from projects are left out for the moment.

Overview

Currently, jobs submitted without a specified queue remain in a pending state indefinitely and do not create a Kueue workload resource. This results in these jobs not appearing in the list output leading to confusion.

Requirements