Jake Howard

Results 126 issues of Jake Howard

Since this impacts the startup time of a number of commands, it would be nice to see by how much.

Previously, connections would be closed when threading was disabled. If opening a connection isn't a cheap operation, this adds latency to both the healthcheck request and future requests processed by...

`print` (and `pprint`) is unnecessary and clogs up application logs.

``` File "xxx/python3.12/site-packages/heroku3/api.py", line 358, in create_app resource.append("teams") ^^^^^^^^^^^^^^^ AttributeError: 'str' object has no attribute 'append' ``` Tuples aren't mutable, and this isn't a tuple (no trailing comma).

Currently, it's not possible to use a custom template with this role, since the name is hardcoded. Instead, always template the config file, since it's very little extra overhead. This...

There have been some non-deterministic CI failures, only on Windows, around the database still being in use after Django tries to delete the SQLite database. This PR tries to resolve...

Fixes #142 Add a started signal, to hook in to when a task is about to start. Only used internally for logging.

tasks-api

Restarting is the responsibility of the supervising infrastructure. Fixes #148

database-backend

Fixes https://github.com/RealOrangeOne/django-tasks/discussions/9

database-backend
tasks-api