Skip to content

Conversation

@mnafees
Copy link
Contributor

@mnafees mnafees commented Oct 16, 2025

Description

Fixes an issue when bulk retrieve for payload inputs returns an error by making sure to continue to the next iteration like the other operations in the same function do.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

@mnafees mnafees requested a review from mrkaye97 October 16, 2025 18:08
@mnafees mnafees self-assigned this Oct 16, 2025
@vercel
Copy link

vercel bot commented Oct 16, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
hatchet-docs Ready Ready Preview Comment Oct 16, 2025 6:12pm
hatchet-v0-docs Ready Ready Preview Comment Oct 16, 2025 6:12pm

}

d.l.Error().Err(err).Msgf("could not bulk retrieve inputs for %d tasks", len(bulkDatas))
continue
Copy link
Contributor

Choose a reason for hiding this comment

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

I might need to look at the git history for this... do we want to continue here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It is leading to a nil map error in the following lines. We can make sure that BulkRetrieve always returns a non-nil map if the logic requires this to not continue the parent iteration.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants