karton icon indicating copy to clipboard operation
karton copied to clipboard

Distributed malware processing framework based on Python, Redis and S3.

Results 25 karton issues
Sort by recently updated
recently updated
newest added

It will be superb if it will be possible to add binds (filters) to a Karton via the CLI. For example, some kartons were designed to support X types of...

improvement

It would allow us to better track down bugs where all resources aren't cleaned up correctly (like in #158) Seems like the only way of doing it is to call...

good first issue

Buckle up, it's a long one! I'd like to suggest the use of a "properties" payload (or a Karton Task's class member) with some common properties one can define for...

improvement

Hello. I have a need to know if the task tree is finished. As I can see, the origin task will be garbage collected even if the whole tree is...

improvement

I'm posting this question here because there's no GitHub Discussion tab. Is it allowed to spawn multiple tasks in sequence from within the same producer? I noticed that all my...

question

We are auto-building images, but that isn't documented anywhere.

documentation

Add assertions in karton-system that will prevent/report incorrect task status transitions which may indicate a bug e.g. finished/crashed task become started, state transition for finished (deleted) task etc.

improvement

- Introducing pagination in `list_objects` method in order to return all the objects contained within a given bucket; - Chunking the list of objects to be removed with `remove_objects` method...

Hi, I've run into a weird race condition like issue when running unit tests on some of my kartons after upgrading to karton-core 5.0.0. It appears that the `resource._content` doesn't...