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
It's common for projects to require background jobs (i.e. for ETL pipelines, processing file uploads, etc). How could a team using the template create a background job? What is currently missing that would need to be added in order to support this use case? Does Next.js play a role at all?
From an infra perspective, it wouldn't require much. Just needs an entry point / command to run. Ideally using the same Docker image, so we don’t need another build repository and task definition. From an infra perspective, whether it’s separate package.json files or one, doesn’t really matter, as long as the docker build process builds all of them.
What's the task?
It's common for projects to require background jobs (i.e. for ETL pipelines, processing file uploads, etc). How could a team using the template create a background job? What is currently missing that would need to be added in order to support this use case? Does Next.js play a role at all?
Some additional context from @lorenyu:
Related:
The text was updated successfully, but these errors were encountered: