Skip to content

feat: agrego shouldretry antes del process, corrijo script#96

Merged
MariKevorkyan merged 2 commits intomasterfrom
feat/agrego-shouldretry-process
Apr 16, 2026
Merged

feat: agrego shouldretry antes del process, corrijo script#96
MariKevorkyan merged 2 commits intomasterfrom
feat/agrego-shouldretry-process

Conversation

@MariKevorkyan
Copy link
Copy Markdown
Contributor

@MariKevorkyan MariKevorkyan commented Apr 16, 2026

Finishes #11768504311

  • App levantada, probada y con los tests corridos! 👌

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 16, 2026

🚀 Próximo bump: minor
🚀 Nueva versión: 6.1.0
(Basado en commits desde el tag v6.0.6)

constructor: ({ @processor, @maxRetries = 3 }) ->

process: (notification, context, executionId) ->
@_onMaxRetryExceeded_ notification, new Error("max retries exceeded") unless @_shouldRetry_ notification
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

el onMaxRetryExceeded tira un error sincronico, no una promise rejectada, ese cambio de interfaz esta bien?
no se si esta dentro ya de un flujo de promises

@MariKevorkyan MariKevorkyan merged commit bc22dd9 into master Apr 16, 2026
2 checks passed
@MariKevorkyan MariKevorkyan deleted the feat/agrego-shouldretry-process branch April 16, 2026 15:30
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 6.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants