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

Simplistic task queue and cron-like scheduler for Django

Results 7 django-toosimple-q issues
Sort by recently updated
recently updated
newest added

like [this](https://github.com/agronholm/apscheduler/blob/master/examples/web/asgi_noframework.py)

- [ ] based on https://github.com/olivierdalang/django-toosimple-q/pull/23 that must be merged first - [ ] add regression test

Hi, Im gettings this error on Windows: ``` File "C:\Users\rebec\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\django_toosimple_q\management\commands\worker.py", line 71, in handle signal.signal(signal.SIGUSR1, self.handle_signal) ^^^^^^^^^^^^^^ AttributeError: module 'signal' has no attribute 'SIGUSR1' ``` Can you fix it? Thanks.

Hi, Im trying execute migrations to MySQL but get this errors: ``` Applying toosimpleq.0004_auto_20200507_1339...Traceback (most recent call last): File "/opt/homebrew/lib/python3.10/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) File "/opt/homebrew/lib/python3.10/site-packages/django/db/backends/mysql/base.py", line...

Hi, Badge not load on README: https://github.com/olivierdalang/django-toosimple-q/workflows/ci/badge.svg