gottschd
gottschd
Hello @gessnerfl hello together, I (we) face similar issues during our small load/performance testing. We send around 15 mails per second to the service and are seeing OOME after x...
@gessnerfl Is it possible that the foreign key declaration in line 38 of the file `db/migration/V1_1_0__initial_table_structure.sql` must be: `ALTER TABLE email_inline_image ADD FOREIGN KEY (email) REFERENCES email(id) ON DELETE CASCADE;`...
I can confirm that my OOME issue (with embedded images in the emails) is solved with Version 2.2.1 when starting the application locally (via IDE) as well as with the...
> I would like this even more on a file level: > > ```js > test.describe.configure({ workers: 1 }); > ``` > > That would make it possible to have...