-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapenhancement
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapenhancement
Type
Projects
Status
Done