django-lightweight-queue icon indicating copy to clipboard operation
django-lightweight-queue copied to clipboard

Lightweight & modular queue and cron system for Django

Results 12 django-lightweight-queue issues
Sort by recently updated
recently updated
newest added

https://github.com/thread/django-lightweight-queue/blob/master/django_lightweight_queue/app_settings.py#L30-L33 include: `'django_lightweight_queue.middleware.transaction.TransactionMiddleware',`

While tasks files are currently only explicitly imported from installed apps, tasks (and their queues) are implicitly registered when other apps are imported. This can mean that non-installed apps end...

### Summary This builds on #62 to introduce support for Django settings being overridden at runtime. While true changes to settings at runtime are not supported, this aims to simplify...

If a queue is paused there isn't currently a way to see that from the outside. The process title ends up being "Waiting for items", which is a bit confusing...

Expanding from https://github.com/thread/django-lightweight-queue/pull/61 The settings for django-lightweight-queue expect and require that all settings are laid out in a single file and are all ready at runtime, which is not an...

Expanding from https://github.com/thread/django-lightweight-queue/pull/61 This is a stacked PR with https://github.com/thread/django-lightweight-queue/pull/62 and that one should be merged first. This PR: * updates the reverse URL to match the name of the...

It would be great if DLQ could warn about queues which are configured, but for which there are no tasks in the system. This is possibly legitimate (for example if...

It would be helpful if in the readme it would differentiate what is special about this compared to [django-rq](https://github.com/rq/django-rq)

Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.4 to 0.5.0. Changelog Sourced from sqlparse's changelog. Release 0.5.0 (Apr 13, 2024) Notable Changes Drop support for Python 3.5, 3.6, and 3.7. Python 3.12 is now...

dependencies

Bumps [django](https://github.com/django/django) from 4.2.8 to 4.2.11. Commits 61a986f [4.2.x] Bumped version for 4.2.11 release. 3c9a277 [4.2.x] Fixed CVE-2024-27351 -- Prevented potential ReDoS in Truncator.words(). 7973951 [4.2.x] Added release date for...

dependencies