I am running a task that is scraping a website after logging in. My queue driver is beanstalk.
When processing this task for more users, they overlap and they get data meant for another user. This is the standard behaviour - "Asynchronous processing".
Is there a way to process them one after another, synchronously, using beanstalk? Or should I just switch to using cron?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community