You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package look nice i was trying on my testing server i created 100 jobs and it is sending just 1 email. It is writing all 100 jobs in file but sending only 1 email.
You're not doing anything wrong I'm afraid. It's writing all jobs to a single file, and when you're processing a single job, it'll truncate the entire file, clearing all jobs.
Activity
Ma-ve commentedon Oct 9, 2022
Are you running this on Windows by any chance?
You're not doing anything wrong I'm afraid. It's writing all jobs to a single file, and when you're processing a single job, it'll truncate the entire file, clearing all jobs.
limewebdevelopment commentedon Jul 4, 2023
I'm experiencing the same issue on Ubuntu.
Same code to send X emails;
Looking at the file, all the jobs are there, however when running the queue only the first job runs and the rest are deleted.
umefarooq commentedon Jul 5, 2023
@Ma-ve I am running this on Mac OS issue is same my recommendation is to use SleekDB for this driver. SleekDB no-sql written in php fast and good
https://github.com/rakibtg/SleekDB
Ma-ve commentedon Sep 26, 2023
Hey,
How did you get this up & running? This repository uses the
ConnectorInterface
which makes replacing it easy, but SleekDB doesn't sadly.