-
**Describe the bug**
When the worker disconnects from the Redis container for any reason (in my case, updating the Redis container), the worker fails to reconnect and ends up stuck in an unhealthy st…
-
We need to log the important messages and failure codes.
This needs to be done before we move to systemd completely.
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
When I take my app live, I usually like to store all the static js and css it needs with all its other static files and serve them myself. As I was reading code to see how iommi Styles work, it occurr…
-
Django logging configuration (in settings module) is ignored because `django_q.conf` overrides it:
```
# logger
logger = logging.getLogger('django-q')
# Set up standard logging handler in case t…
-
I started using the dev-server version based on the recommendation in this comment: [#11182 (comment)](https://github.com/goauthentik/authentik/issues/11182#issuecomment-2327204647)
Since then, non…
-
**Describe the bug**: When in django view some expensive query gets executed and it exceeds statement_timeout, OperationalError occurs and it makes repeatedly the same query X times (where X is probab…
-
### Summary: I found a solution to run only periodic tasks (Beat) which are present in Django Project. All renamed or removed tasks will be deactivated in DB used by Beat.
We got trouble with task…
-
### Error message:
```
django.db.utils.ProgrammingError: can't adapt type 'dict'
```
at
```
web-1 | File "/app/tapir/accounts/views.py", line 86, in form_valid
web-1 | )…
-
I am aware of how to use django-celery-beat in non multi-tenant setup. I am still unclear as to how do I set it up with this package. I will note down my points of concern.
- Where does *django-cel…