Chris Curvey

Results 21 issues of Chris Curvey

I have this in my Django settings.py LOGGING = { [snip] 'rq' : { 'handlers':['console'], 'level':'ERROR' }, 'rq.worker' : { 'handlers':['console'], 'level':'ERROR' }, [snip] } And that worked perfect under...

I'm in the process of upgrading my site from Django 3.0 to 3.2. Django 3.2 seems to have introduced a new sidebar UI in the admin. * If I go...

Am I missing something? I have some queues with lots of very old failed jobs. I'd like to clean things up, but the only "bulk" options I have are to...

Is there a way to tell django-rq to re-use database connections? It appears from my logs that a new Postgres connection is being opened for every job that is executed....

I have some obsolete connections that I would like to destroy. But the "connect", "edit" and "delete" icons are missing from the connection list for these connections. (They do seem...

not sure what's going on here but.... After I upgraded my system from Hirstute to Impish, it seems as if the configuration file changed -- the omnidb-server process was no...

I'm sure this is an issue with my old eyes, but.... Once I have defined a connection, how can I put it in an existing group?

The settings widget ("gears" icon in upper right corner) expands on hover. There is just enough of a delay when I mouse over that that I click on the link....

enhancement

in the SQL pane, create a new sql statement: select * from foo where id = 1234 highlight "1234" and right click. Choose "copy" Instead of copying the highlighted text,...

enhancement

I find the left navigation button for "add connection" confusing. It seems to be the gateway to two different features: creating a new connection definition, and opening a new connection....

enhancement