You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We shouldn't have circular imports between OSS and this repo. When defining functions in an external lib, I should only need to import this library to configure functions.
We shouldn't have circular imports between OSS and this repo. When defining functions in an external lib, I should only need to import this library to configure functions.
EG:
This is wrong.
We should:
inngestgo/fns
fns.FunctionConcurrency(1)
as a helper for defining function limits overall.The text was updated successfully, but these errors were encountered: