Vincent Le Bourlot

Results 30 comments of Vincent Le Bourlot

Hi, I don't think this error is linked to the first one. This one happens when you try to open too many connections to the API in a short period...

Hey, I stumbled upon your issue while looking at the library for another one. I'm developping a custom component to override the core VeSync integration, as it doesn't support humidifier...

Reproduce on a new project: - create a new BuildGroup - go to Wildcard BuildGroups tab - define Wildcard rule for the new group - add "RPM" to Build Names...

I have to admit I didn't even try to submit a new build as the group page became unavailable as soon as I created the wildcard...

Here are the requests for building a summary in my case, the very long one at the end is the one taking all the time: ```sql LOG: statement: SELECT *...

I must confess I'm very know to postgres... Here's the raw output: ```sql cdash=# EXPLAIN SELECT label.id as labelid FROM label WHERE label.id IN (SELECT labelid AS id FROM label2build...

```sql cdash=# EXPLAIN ANALYZE SELECT label.id as labelid FROM label WHERE label.id IN (SELECT labelid AS id FROM label2build WHERE label2build.buildid = '1861237') OR label.id IN (SELECT labelid AS id...