Skip to content
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

Spike: Determine if/how the template could support background jobs #269

Open
sawyerh opened this issue Dec 15, 2023 · 1 comment
Open

Spike: Determine if/how the template could support background jobs #269

sawyerh opened this issue Dec 15, 2023 · 1 comment

Comments

@sawyerh
Copy link
Contributor

sawyerh commented Dec 15, 2023

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:

  • 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.

Related:

@coilysiren
Copy link

Grants.gov uses AWS step functions for background jobs, example: HHS/simpler-grants-gov#1604

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

No branches or pull requests

2 participants