I am using beanstalkd and laravel for implementing queues . I just want to process a large array through my worker .
I think passing the large array as a message to beanstalkd is not good practice .
so I just need suggestion on wether I should store that array in a cache or in database or any other place so that I can access it later .