joe

Results 52 comments of joe

> @pedrokost This isn't exactly the same, but I can confirm that you can create a concurrent index on an individual chunk, and we also just merged a fix that...

celery beat sends the task to the queue defined in the task definition so this definitely isn't expected behavior.

So the problem is in the README: `mkdir magento` If you leave that step out everything works fine.

Here is another case with table partitioning: ``` CREATE TABLE normal_table (id integer); CREATE TABLE partitioned_table (id integer, type text, PRIMARY KEY (id,type)) PARTITION BY LIST(type); CREATE TABLE partitioned_table_part PARTITION...

What is the reasoning behind not defaulting this to `true`?

In this particular case I would argue that the users aren't doing anything with empty transactions. So there is nothing lost by removing them because they contain no information at...

It's really sad to see that someone has taken the time to do the hardest part to get this fixed for free last year and the PR is just sitting...

I still see the queries showing up as `` with the new collector version and `FILTER_QUERY_TEXT` set to `none`, is there some sort of cache for the query string on...

@stevesloka Can you please push a new version?

I found that this happens when you run as user instead of root, Dockerfile to reproduce: ``` FROM python:3 RUN groupadd -g 1000 python RUN useradd -m -d /opt/python -u...