-
Does Quirrel have limits for the payload size of a job? |
Beta Was this translation helpful? Give feedback.
Answered by
Skn0tt
Mar 15, 2022
Replies: 1 comment 1 reply
-
Hey @babasbot! No hard limits enforced on the Quirrel side, but Redis limits value size to 512mb. So that's probably a hard limit :) Other than that, you'll probably find that higher payload sizes mean higher networking latency + higher memory usage, which definitely can cause a problem if you have a lot of these huge jobs. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
babasbot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @babasbot! No hard limits enforced on the Quirrel side, but Redis limits value size to 512mb. So that's probably a hard limit :) Other than that, you'll probably find that higher payload sizes mean higher networking latency + higher memory usage, which definitely can cause a problem if you have a lot of these huge jobs.