Skip to content

Background jobs with extended data support > 4000 bytes #58913

@ShGKme

Description

@ShGKme

The problem

Currently, we have a 4000 bytes limitation for the background job data size.
Sometimes apps need more data. In this case, then need to store the data in the app's tables and then get it from the background jobs. It requires additional work on the app side and may only be found after having an issue exceeding the limit.

background job arguments cannot exceed 4000 characters

The proposal

Add an extended background job payload storage.

Example

Metadata

Metadata

Assignees

No one assigned

    Labels

    0. Needs triagePending check for reproducibility or if it fits our roadmapenhancement

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions