django-q icon indicating copy to clipboard operation
django-q copied to clipboard

A multiprocessing distributed task queue for Django

Results 143 django-q issues
Sort by recently updated
recently updated
newest added

Queue is running in an old code. even I have updated the code and restarted the qcluster. But some time it works properly in same machine Issue 1: Running in...

Hi I'm trying to run a function as a background job from Django Qcluster and that jobs run for more than an hour based on the response of that job...

I have a set of functions that i'm trying to chain with async_chain, but it seems on my second function its taking my string that i pass in as an...

Hi! I was wondering if it's possible to add Bimonthly schedule type to the Schedule object. I'm making an expenses tracker and here in Italy our bills are usually bimonthly....

Bumps [django](https://github.com/django/django) from 3.2.4 to 3.2.15. Commits 653a7bd [3.2.x] Bumped version for 3.2.15 release. b3e4494 [3.2.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. cb7fbac [3.2.x] Fixed collation tests on...

dependencies

sorry for the dummy question...but, is it possible to abort a running task? my use case involves "planning", and if a new situation occurs, the maybe already running planning task...

According to [timeout documentation](https://django-q.readthedocs.io/en/latest/configure.html#timeout), timeout can be set `None` to make a job run indefinitely. But if `None` is passed as timeout value to `async_task`, async worker breaks: ``` async_task(function,...

_pickle.PicklingError: Can't pickle : attribute lookup sqs.ServiceResource on boto3.resources.factory failed