Skip to content

Nice single queue driver not working properly #1

Open
@umefarooq

Description

@umefarooq

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.

NO ideas what i am doing wrong.

Activity

Ma-ve

Ma-ve commented on Oct 9, 2022

@Ma-ve

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

limewebdevelopment commented on Jul 4, 2023

@limewebdevelopment

I'm experiencing the same issue on Ubuntu.

Same code to send X emails;

  • Running file queue - one email is sent
  • Running sync queue - all emails are sent

Looking at the file, all the jobs are there, however when running the queue only the first job runs and the rest are deleted.

image

image

umefarooq

umefarooq commented on Jul 5, 2023

@umefarooq
Author

@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

Ma-ve commented on Sep 26, 2023

@Ma-ve

@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

rakibtg/SleekDB

Hey,

How did you get this up & running? This repository uses theConnectorInterface which makes replacing it easy, but SleekDB doesn't sadly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @umefarooq@Ma-ve@limewebdevelopment

        Issue actions

          Nice single queue driver not working properly · Issue #1 · al-one/laravel-queue-file