Frank Zehelein
Frank Zehelein
The worker exposes the 'Logger' type but not the 'LogLevel': https://github.com/graphile/worker/blob/main/src/index.ts When creating a custom logFactory we would need that LogLevel to call our own implementation based on the LogLevel....
[x] Documentation enhancement I got the SQS integration working but I am not 100% if all the steps are correct/if you have some better way/other suggestions. 1. Create a policy...
I have the following (simplified) definition of a type and a table: ```sql CREATE TYPE source_field AS ( field_name text_not_null, value JSONB ); CREATE TABLE my_field ( id UUID PRIMARY...
**Is your feature request related to a problem? Please describe.** When switching between notes the images within the notes are downloaded again. The sessionId and sessionToken values in the image...