-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example doesn't compile #2
Comments
Yeah I have the same issue. |
I think the cause is because running Try:
And then in other shell |
Yeah, the typings and stuff are all off as well. But.. I got it to work, and I'm bulk processing about 15 images in 20sec+-. Nice job, thanks. It would be cool if we could track down the source of the issue. I'll just have to bypass it for now. This is a really nice solution to dealing with long-running serverless tasks. |
@2-fly-4-ai Are you using the library from npm If you are using it directly from the source, I think may be related to not building the lib as I mentioned above. |
I think we're all installing it through npm. I'm getting red lines on the imports. |
Steps to reproduce from: /next-server-task/examples/openai-image-generator
Module not found: Can't resolve 'next-server-task'
Module not found: Can't resolve 'next-server-task/server'
1 | import { TaskError } from "next-server-task";
The text was updated successfully, but these errors were encountered: