Kailash Nadh
Kailash Nadh
> True - I had assumed that given my AWS SES per second limit (500 per sec / 30K per minute), we would be sending around 12k per minute. That's...
It keeps getting tweaked based on mail size, number of mails to be sent, target SMTP servers load etc. Currently, I can see that it's set to: Concurrency: 250 Message...
Concurrency=250 spawns 250 goroutines ("lightweight threads") that handle various aspects of sending a message, including template compilation (which is CPU bound and depends on the size and template complexity). It...
Waiting on this https://github.com/coreos/go-oidc/pull/251 for OIDC logout.
@ure Could you show how you're using tracked links in the message source (raw HTML). I'm unable to reproduce this issue. Please see the demo here: https://demo.listmonk.app/archive/welcome-to-listmonk-pub
No movement yet on https://github.com/coreos/go-oidc/pull/251, unfortunately.
Was wondering the same. Now that we've started using Plane extensively, it's becoming difficult to keep track of changes and activity without notifications.
In-app notifications are very useful, but they're more like an updates feed, as there is no actual "notification" happening. One has to routinely login into the app and read them...
That’s great to hear @vamsi!
Hi @Strehk, would you be able to send a PR to fix the Swagger doc issues? I am not familiar with it.