inngest / inngest-js

The developer platform for easily building reliable workflows with zero infrastructure for TypeScript & JavaScript
https://www.inngest.com/
GNU General Public License v3.0
370 stars 37 forks source link

fix: add missing concurrency options to function validation #630

Closed stefanosala closed 3 days ago

stefanosala commented 4 days ago

Summary

After #625 we started getting these type of messages while having correct config:

[NEXT] [Inngest] error - Config invalid for function "XXX" : Unrecognized key(s) in object: 'concurrency'

This should fix it.

Checklist

changeset-bot[bot] commented 4 days ago

🦋 Changeset detected

Latest commit: 3eab84fdbea5f53a8cd4a829ae640a195fa92705

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ------- | ----- | | inngest | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

stefanosala commented 3 days ago

Thanks @jpwilliams !

jpwilliams commented 3 days ago

Thank you, @stefanosala!