You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a feature that should allow to register a listener that can report information related to when an email was sent, if a scheduled task was completed, etc.
Ideally, it should be involve both the scheduler and the email service: to be decided!
The text was updated successfully, but these errors were encountered:
Yeah, something like that. I actually have an open pull request where REDIS is used to ensure persistence. It is taking a way too long for testing, but it introduces a certain level of complexity and I would like to be sure that it works reasonably well.
I think that this will be the next task. I was thinking about something easier, like a service EmailListener that, when registered, is called to notify the listener service that an email or a group of email has been sent.
One may need this to react, for instance, to an AJAX call that has to notify the client that a recover email has been sent.
This is a feature that should allow to register a listener that can report information related to when an email was sent, if a scheduled task was completed, etc.
Ideally, it should be involve both the scheduler and the email service: to be decided!
The text was updated successfully, but these errors were encountered: