python-task-queue icon indicating copy to clipboard operation
python-task-queue copied to clipboard

Asynchronous serverless task queue with timed leasing of tasks. Threaded implementations for SQS and local filesystem.

Results 8 python-task-queue issues
Sort by recently updated
recently updated
newest added

Sometimes particular tasks are extremely memory hungry out of proportion with others and need special attention. We should have a "stasis" flag that causes these tasks to be bypassed until...

feature

Some people are reporting problems with parallel operation hanging. We'll have to figure out how to reproduce.

bug

If we moved completed items into a "completed" directory, we could get a precise count of completed tasks instead of a count of executed tasks.

feature

PR adds support for Google's Pub/Sub queue TODO: Add tests and maybe look into the missing features

feature

It would be useful to support task chaining. This allows processors to guarantee locality when acquiring the next task. The simplest version of this would be to insert a list...

feature

SQS doesn't care about buckets, so even creating secrets with these names does not help.

feature

sqs can return empty messages if the message number is low (