You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple web interface to query the status of a Slurm cluster. It works by running squeue --json, then loading the result into a temporary DuckDB database, and then executing the given PRQL query on the database.