#Synchronization with external DB

2 messages · Page 1 of 1 (latest)

pure zodiac
#

Hi everyone, I have to keep up to date my records and do certain action on some curcimstances, how can I use jobs and queue correctly, because currently I have failed jobs table with 14 gb of data, which is too big for 24 hours

How to use jobs to keep up to date the database records?

glass surge
#

Please explain what you mean. It's not clear what you mean by synchronization with external db. But for starters you'd probably want to run artisan queue:prune-failed to get rid of the failed jobs you don't intend to retry.