Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On demand resources, started via on-demand tags
On-demand tickets need to be prioritized over the normal tickets (priority queue), otherwise we risk that normal tickets take "on demand" resources. If we want to prefer one "on demand" pool over the other "on demand" (e.g. spot AWS over normal instances), we need to sort them through a priority queue. The fallback (if SPOT instances don't start) isn't resolved yet, though, we just prioritize per tag priority as usually.
- Loading branch information