Aaron Peterson
Aaron Peterson
As a workaround, you could try installing using poetry (https://python-poetry.org/). I'll defer to the dftimewolf devs here as I may be wrong, but it looks like that is now the...
This is in the UI. I just tested this again and I still see this behavior.
Yeah, I wasn't trying to suggest that we repackage through NPM, but we might want to do a build of them when we create the image since it's not clear...
Looks like the tests failed, but I'm re-running them and maybe they'll pass now after some of the other fixes that went in this week.
FYI, it looks like this is the current error the e2e test is failing with: ``` # Failed Tasks * ContainerdEnumerationTask (/evidence/artifact_disk.dd:/p1): Error enumerating containerd containers: Error decoding container-explorer output:...
FYI @wajihyassine
We can adapt and use the existing worker_stat.py task code for this.
Bump. When there are unexpected workers listening to the same pubsub channel, it's pretty annoying to debug. We should also add a 'worker kill' command so that we can do...
I chatted with @alimez about this, and I think rather than having a worker check command be implemented as a task, we'll have the workers write heartbeat/timestamp information into datastore...
We should still have a `turbiniactl workercheck` command or similar so that we can read out the heartbeat information easily. If we follow the same pattern as other status commands...