Job 1788348442633

Command: python -c "import datetime as dt,json;from scheduler_v2 import Client,Command,Scheduler;now=dt.datetime.now(dt.timezone.utc);clients={'chatgpt-main':Client('chatgpt-main',2,2),'chatgpt-work':Client('chatgpt-work',1,1),'codex':Client('codex',1,2),'other-llm':Client('other-llm',1,1)};cmds=[Command('v2test-main-1','chatgpt-main',1,dt.datetime.fromisoformat('2026-09-02T11:27:00+00:00'),50,('apps-script',),'status',coalesce_key='apps-status'),Command('v2test-main-2','chatgpt-main',2,dt.datetime.fromisoformat('2026-09-02T11:27:01+00:00'),50,('apps-script',),'status',coalesce_key='apps-status'),Command('v2test-work-1','chatgpt-work',1,dt.datetime.fromisoformat('2026-09-02T11:27:02+00:00'),100,('android-build',),'health'),Command('v2test-codex-1','codex',1,dt.datetime.fromisoformat('2026-09-02T11:20:00+00:00'),20,('apps-script',),'job_status',ttl_seconds=60),Command('v2test-other-1','other-llm',1,dt.datetime.fromisoformat('2026-09-02T11:27:03+00:00'),50,('file:project/x',),'git_status',coalesce_key='git-x')];s=Scheduler(clients,60,30);s.expire_and_coalesce(cmds,now);order=[];locks=[]; for _ in range(3): c=s.choose(cmds,now); if not c: break t,u=s.acquire(c,now);order.append(c.command_id);locks.append(list(c.resource_keys));c.status='shadow_selected' print(json.dumps({'order':order,'locks':locks,'states':{c.command_id:c.status for c in cmds},'execution_enabled':False},separators=(',',':')))"
Directory: projects
Status: SUCCESS
Exit code: 0

Cancel Job Rerun Command Refresh