karton
karton copied to clipboard
Distributed malware processing framework based on Python, Redis and S3.
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...
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...
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...
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...
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...
We are auto-building images, but that isn't documented anywhere.
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.
- 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...