Watch demos on how to build & run AI-powered apps with Firebase at Demo Day '24.
Watch now.
Send feedback
tasks namespace
Stay organized with collections
Save and categorize content based on your preferences.
Functions
Function
Description
taskQueue(options)
Declares a function that can handle tasks enqueued using the Firebase Admin SDK.
Classes
Interfaces
Interface
Description
RateLimits
How congestion control should be applied to the function.
RetryConfig
How a task should be retried in the event of a non-2xx return.
TaskContext
Metadata about a call to a Task Queue function.
TaskQueueFunction
A handler for tasks.
TaskQueueOptions
Options for configuring the task queue to listen to.
tasks.taskQueue()
Declares a function that can handle tasks enqueued using the Firebase Admin SDK.
Signature:
export declare function taskQueue(options?: TaskQueueOptions): TaskQueueBuilder;
Parameters
Parameter
Type
Description
options
TaskQueueOptions
Configuration for the Task Queue that feeds into this function. Omitting options will configure a Task Queue with default settings.
Returns:
TaskQueueBuilder
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-04-24 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-04-24 UTC."],[],[]]