I am trying to debug a bug where the application is sending the SMS twice than it supposed to. I am suspecting, it is something to do with the Queue.
Now, everytime I cleared my queue on Redis, it get fills up again with old jobs. I cleared everything in failed_jobs table, but it still happens.
Where all these queued jobs are possibly coming from besides the failed_jobs table?