Background Jobs

CSV File Import

This example demonstrate a CSV import functionality that allows the user to import a list of contacts. The CSV file is uploaded and then processed in the background by an Inngest function.

Benefits

Auto-retries:
No need to worry about timeouts or rate limits when saving the contacts. Inngest will automatically retry failed requests for you.
No queues or workers required:
Serverless background jobs mean you don’t need to set up queues or long-running workers.
Open Result