Open hulto opened 7 months ago
2024-04-19T00:29:41.178Z INFO imix::agent > callback complete (duration=0s, sleep=5s)
2024-04-19T00:29:46.283Z INFO imix::agent > callback complete (duration=0s, sleep=5s)
2024-04-19T00:29:51.385Z INFO imix::agent > callback complete (duration=0s, sleep=5s)
2024-04-19T00:29:56.490Z INFO imix::agent > callback complete (duration=0s, sleep=5s)
2024-04-19T00:30:01.492Z INFO imix::agent > 1 tasks claimed
2024-04-19T00:30:01.492Z INFO imix::agent > spawned task execution for id=42949672965
2024-04-19T00:30:01.493Z INFO eldritch::runtime::eval > evaluating tome (task_id=42949672965)
2024-04-19T00:30:01.693Z INFO imix::agent > callback complete (duration=0s, sleep=5s)
2024-04-19T00:30:01.696Z INFO imix::task > message success (task_id=42949672965,msg=ReportAggOutput)
2024-04-19T00:30:06.502Z INFO eldritch::runtime::eval > tome evaluation successful (task_id=42949672965)
2024-04-19T00:30:06.798Z INFO imix::agent > callback complete (duration=0s, sleep=5s)
2024-04-19T00:30:06.801Z INFO imix::task > message success (task_id=42949672965,msg=ReportAggOutput)
2024-04-19T00:30:11.901Z INFO imix::agent > callback complete (duration=0s, sleep=5s)
2024-04-19T00:30:17.006Z INFO imix::agent > callback complete (duration=0s, sleep=5s)
2024-04-19T00:30:22.109Z INFO imix::agent > callback complete (duration=0s, sleep=5s)
2024-04-19T00:30:47.631Z INFO imix::agent > callback complete (duration=0s, sleep=5s)
2024-04-19T00:30:52.736Z INFO imix::agent > callback complete (duration=0s, sleep=5s)
2024-04-19T00:30:57.839Z INFO imix::agent > callback complete (duration=0s, sleep=5s)
2024-04-19T00:31:02.842Z INFO imix::agent > 1 tasks claimed
2024-04-19T00:31:02.842Z INFO imix::agent > spawned task execution for id=42949672966
2024-04-19T00:31:02.842Z INFO eldritch::runtime::eval > evaluating tome (task_id=42949672966)
2024-04-19T00:31:02.846Z INFO eldritch::runtime::eval > tome evaluation successful (task_id=42949672966)
2024-04-19T00:31:02.942Z INFO imix::agent > callback complete (duration=0s, sleep=5s)
2024-04-19T00:31:08.048Z INFO imix::agent > callback complete (duration=0s, sleep=5s)
2024-04-19T00:31:13.150Z INFO imix::agent > callback complete (duration=0s, sleep=5s)
2024-04-19T00:31:18.254Z INFO imix::agent > callback complete (duration=0s, sleep=5s)
2024-04-19T00:31:23.357Z INFO imix::agent > callback complete (duration=0s, sleep=5s)
Describe the bug When a tome is performing an IO blocking operation like: sleeping, or making a network connection it can prevent other tomes from sending output back to tavern. This only seems to affect tomes that finish quickly (likely within the time between
claim_task
andreport
.) "fast" Tomes that have had this issue:Get env
Shell execute
cmd:id
Process list
match:*
/realm/implants/imix/src/agent.rs:78
To Reproduce
main()