Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the service logs success while event wasn't processed successfully #13

Closed
nbittich opened this issue May 26, 2022 · 2 comments · Fixed by #23
Closed

the service logs success while event wasn't processed successfully #13

nbittich opened this issue May 26, 2022 · 2 comments · Fixed by #23
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@nbittich
Copy link
Contributor

Description

the service logs success while event wasn't processed successfully:;

dropboxsync_1    |       05/26/2022 17:00:43 | Event "InvoiceGenerated" received
dropboxsync_1    | fail: DropboxSync.BLL.Services.FileService[0]
dropboxsync_1    |       05/26/2022 17:00:43 | Could not retrieve Access Token to the API.
dropboxsync_1    | fail: DropboxSync.UIL.Managers.InvoiceManager[0]
dropboxsync_1    |       05/26/2022 17:00:43 | Couldn't save file locally
dropboxsync_1    | info: DropboxSync.UIL.BrokerEventListener[0]
dropboxsync_1    |       05/26/2022 17:00:43 | Event InvoiceGenerated treated with success!
@nbittich nbittich added the bug Something isn't working label May 26, 2022
@aspirio187 aspirio187 pinned this issue May 26, 2022
@aspirio187 aspirio187 added the enhancement New feature or request label Jun 22, 2022
@aspirio187
Copy link
Collaborator

aspirio187 commented Jun 22, 2022

I'm adding a new TAG to the Issue to mix it with the Issue #15 because they are both related closely related

@aspirio187
Copy link
Collaborator

Issue #15 : Warn user and DLQ

Description

When the app can't process correctly an event, it should warn the user through a mail or something that an error occured.

The service should also send a message in the DLQ on any error

Update

When an event is unsuccessfully processed an email is sent to an email address configured in the environment variables. The event is then sent to the DLQ.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants