azriel46d

Results 21 comments of azriel46d

Utilising postgres and elastic. here is the configuration ``` conductor.grpc-server.enabled=false # Database persistence model. conductor.db.type=postgres spring.datasource.url=jdbc:postgresql://postgresql:5432/conductor-test spring.datasource.username=xxxxxx spring.datasource.password=xxxxxx # Hikari pool sizes are -1 by default and prevent startup spring.datasource.hikari.maximum-pool-size=10...

Although most flows can be terminated with the above fix. I still have one which cannot be terminated giving the following error ```json {"status":500,"message":"Unable to download payload from external storage...

After upgrading to `v3.10.7` with Postgres persistence `3.10.5` I have execution hanging in the same manner as described above after switch nodes. The switch nodes evaluate the result correctly. The...

Have the same issue. The workaround i used is the following (am using fastlane as well for this as part of my uploading to testflight) ``` sed -i '' 's/TARGETED_DEVICE_FAMILY...

any updates on this? I'm getting the following error on text values ``` Assertion failed: (CAIRO_REFERENCE_COUNT_HAS_REFERENCE (&cr->ref_count)), function cairo_destroy, file cairo.c, line 301. ``` The only text value which is...

This is the self hosted version using the docker image with the following digest `9c1f994cdbeb`

I have attempted to use this as per below. unfortunatly round the 49,000 record IStill get `Javascript heap out of memory` ```javascript snowflakeInteractionsStream .on( 'readable', function () { let row;...

@sfc-gh-dszmolka Here is the full runnable script. First you have a function which returns the runnable stream as the result of a promise. A query is then made. In terms...

Thanks for the quick update. Something small i noticed is that `@types/snowflake-sdk` is not updated as well to reflect the connection settings change . I can confirm with reverting `betterEval`...

On this, it seems mathjs is expecting only numeric functionality. The idea of the functionality required is more in line to an Excel sheet functions. Maybe this woudl be more...