ndkale icon indicating copy to clipboard operation
ndkale copied to clipboard

Kale is a python task worker library that supports priority queues on Amazon SQS

Results 10 ndkale issues
Sort by recently updated
recently updated
newest added

Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.3 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...

dependencies

Fixes the example code

I don't think this works anymore. At least the example is broken. MESSAGE_QUEUE_USE_PROXY = True MESSAGE_QUEUE_PROXY_PORT = 9324 MESSAGE_QUEUE_PROXY_HOST = os.getenv('MESSAGE_QUEUE_PROXY_HOST', '0.0.0.0') Are not even used anywhere in the code....

Python 2 is no longer supported as of Jan 1, 2020. https://github.com/python/devguide/pull/344 If you would like to continue to use kale with python 2, use version 2.2.1 or below.

In order to avoid message lost, you should enqueue messages to Dead Letter Queue before deleting messages in case of sudden death of worker process. I think it is better...

It is impossible to set `0` DelaySeconds (Execute Immediately) for `SendMessage` at `Publisher.publish()` because `delay_sec or 1` is recognized as `1` when `delay_sec == 0`. `DelaySeconds` for `send_message()` does not...

It looks like this was pushed to pypi recently but is no longer available, e.g. https://pypi.org/project/ndkale/ gives a 404. Are you planning to publish this to pypi?

I'm trying to run the example code and am running into a couple of issues. I'm trying to keep the environment as clean as possible and am using all the...

The `./run_worker.sh` fails with exit code 1(seemingly from `_check_process_resources`) when I try to run the included example.