Home / Companies / Netlify / Blog / Post Details
Content Deep Dive

Announcing Background Functions

Blog post from Netlify

Post Details
Company
Date Published
Author
Jessica Parsons
Word Count
906
Company Posts That Month
19
Language
English
Hacker News Points
2
Post removed?
No
Summary

Netlify has announced the availability of Background Functions in Beta for customers on Pro plans and above. These functions allow developers to set up serverless functions that can run asynchronously, with a maximum execution time of 15 minutes, enabling more performant and responsive web applications. The new feature complements existing Netlify Functions, which already allow developers to run AWS Lambda functions directly from Netlify without coordinating API gateways or deployments. Background Functions are ideal for tasks such as batch processing, web scraping, and interfacing with slow APIs, and can be written in JavaScript or Go. To use them, developers simply need to add the `-background` suffix to their function name, which will deploy a background function that returns an immediate client response on successful invocation, then continues running in the background until it completes asynchronously. With this new feature, developers can give immediate feedback to users while serverless functions complete long-running tasks on their own time.

Trends Found in this Post
Trend Post Mentions Total Month Mentions Posts Companies MoM
Serverless 14 704 101 43 +35%
Use This Data

Use this post, company, and trend context to find content marketing opportunities, perform competitive analysis, or address product feature gaps via the Plushcap MCP server or the Plushcap API.