To give a bit more context, I am tagging my controller task
both with the version of the pipeline and with a failure type ; I want to do some more analysis on these tasks or renqueue when I fix a given bug…. maybe there is a better way to get all controller failed due the same error for the same controller version
Hi @<1582179652133195776:profile|LudicrousPanda17> , I suggest doing a similar filtering in the UI with dev tools open (F12) and see what is sent by the web UI 🙂
Thanks for the hints, but I am using a script to basically do <<a given action>> based on <<a given condition>> . the condition is the presence of both tags in a task, which I thought was the simpler way to group tasks form a server api point of view. any suggestion?
yeah I know that your method will allow me to do it via the UI; but that would be a manual task. I am trying to add a clearml task
that does that automatically, without me opening the UI. This script will search through the server api
look for set of tags
and execute extra action (e.g. renqueue them once a new fix task is available, runner debugging task, etc …)
Hey @<1523701070390366208:profile|CostlyOstrich36> Just checking back on this… any updates? Is this doable? Or does this feature not exist?
@<1582179652133195776:profile|LudicrousPanda17> , I think you misunderstood me. This is entirely possible through the API. I suggest you do this via UI with dev tools open (F12) to see what the UI is sending since the UI is using the same API. Then you can replicate this behavior via code. Understood?
Not sure what I'm missing, but I'm quite sure you could do exactly that through the UI, no?
Hey @<1523701070390366208:profile|CostlyOstrich36> ! I makes total sense. Thank you very much for your explanation and sorry I misunderstood you the first time around 🙂 found it and FYI for whoever is following the thread its "__$and"