-
I am using horizon for queue at the moment, and redis as a place to store jobs. So do these jobs get cleared later on automatically or do I have to do it manually? |
Beta Was this translation helpful? Give feedback.
Answered by
ZejdCicak
Oct 26, 2021
Replies: 1 comment
-
I just found that in horizon.php config you can find trim setting used for completed jobs (by default - 60 minutes) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ZejdCicak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just found that in horizon.php config you can find trim setting used for completed jobs (by default - 60 minutes)