Skip to content

What is the maximum size of a task? #460

Answered by hibiken
piavgh asked this question in Q&A
Discussion options

You must be logged in to vote

@piavgh Thank you for opening a discussion!

It's probably closer to whatever value size limit for redis value is. (Each task's data, including its metadata are stored under a single redis key). That being said, we recommend you keep the memory footprint of each task small and store only the minimal data need to handle data (e.g. user ID instead of a marshaled user object).

LMK if you have more questions! Happy to help.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by piavgh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants