Skip to content

feat: add earlyFinish attribute#33

Closed
MatiasVillanueva97 wants to merge 4 commits intomasterfrom
feat/earlyfinish
Closed

feat: add earlyFinish attribute#33
MatiasVillanueva97 wants to merge 4 commits intomasterfrom
feat/earlyfinish

Conversation

@MatiasVillanueva97
Copy link
Copy Markdown
Contributor

Finishes #ID

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

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Feb 25, 2026

🚀 Próximo bump: minor
🚀 Nueva versión: 0.8.0
(Basado en commits desde el tag v0.7.2)

@MatiasVillanueva97 MatiasVillanueva97 force-pushed the feat/earlyfinish branch 2 times, most recently from 8d8c4fc to 063cc51 Compare February 25, 2026 18:39
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 0.8.0-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Comment on lines +44 to +47
.tap =>
if @earlyFinish
@emit "job-early-finish-messages"
process.exit(0)
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.

lo podras poner en donde esta el _initNewTask? asi ademas atrapa por then o catch, se finaliza?


withQueue: (opts) ->
{ @waitingTime, @timeToUpdateMessage } = opts
{ @waitingTime, @timeToUpdateMessage, @earlyFinish } = opts
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.

yo le pondria algo mas como que procesa un solo mensaje por proceso o algo asi, como para explicar la funcionalidad

@MatiasVillanueva97 MatiasVillanueva97 deleted the feat/earlyfinish branch February 27, 2026 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants