Ben Menking

Results 10 comments of Ben Menking

This has been implemented in another fork, if you want that functionality. https://github.com/bmenking-wng/got-your-back

Just ran into this. When using QUEUE_CONNECTION=database, it appears those queues, sendportal-message-dispatch and sendportal-webhook-process, are not used by the software. I was able to get it working using php artisan...

Does the Apache configuration syntax pass with `apachectl configtest` or `httpd -t`? Also, is PHP configured for Apache?

@Rajupml Could you update your previous comment with what fixed the issue? May help someone in the future, even if it was a simple thing.

Just ran into this. When using QUEUE_CONNECTION=database, it appears those queues, sendportal-message-dispatch and sendportal-webhook-process, are not used by the software. I was able to get it working using `php artisan...

> I set in `.env` the `QUEUE_CONNECTION=database`. > > And i run: > > ``` > php artisan queue:table > php artisan migrate > ``` > > and i tried...

> Thank you for your fast response @bmenking-wng I tried both there, "Send automatically" and "Queue draft": ![grafik](https://private-user-images.githubusercontent.com/7363107/291725075-5d5bbdd6-65fb-4f55-8d89-55a14396f208.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTEiLCJleHAiOjE3MDMwMzQ0OTAsIm5iZiI6MTcwMzAzNDE5MCwicGF0aCI6Ii83MzYzMTA3LzI5MTcyNTA3NS01ZDViYmRkNi02NWZiLTRmNTUtOGQ4OS01NWExNDM5NmYyMDgucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQUlXTkpZQVg0Q1NWRUg1M0ElMkYyMDIzMTIyMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyMzEyMjBUMDEwMzEwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YjFkNGRmMWQ4Y2RlYThlNjAwMThjOWRlZTYzZTNmOWNiOGQ4NmE0ODI5NDc5OGFkNTZmZTQwNDJmNDZkZjUxZSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmYWN0b3JfaWQ9MCZrZXlfaWQ9MCZyZXBvX2lkPTAifQ.RwfMg3z-SHbhJEBhVwL2jX5RVk8SY6B-H1rawq1J52k) > > but they are getting all "Queued" status: ![grafik](https://private-user-images.githubusercontent.com/7363107/291724148-2ba96212-651c-4991-a222-437d66998524.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTEiLCJleHAiOjE3MDMwMzQ0OTAsIm5iZiI6MTcwMzAzNDE5MCwicGF0aCI6Ii83MzYzMTA3LzI5MTcyNDE0OC0yYmE5NjIxMi02NTFjLTQ5OTEtYTIyMi00MzdkNjY5OTg1MjQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQUlXTkpZQVg0Q1NWRUg1M0ElMkYyMDIzMTIyMCUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyMzEyMjBUMDEwMzEwWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YjIyYzk5NDc5ZGRjZTMyYzUyMmEwMWEzYTkxMDA1MWJiYjg1N2EyNzJkZTUxZTIwZDIwNjkyMTEyMDhmNjA3OSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmYWN0b3JfaWQ9MCZrZXlfaWQ9MCZyZXBvX2lkPTAifQ.belwPtsPKPOwUfeCKKgSlm6U7yJCcUZtxkad4NvO3L4) > >...

> Thank your very much @bmenking-wng for your hint with the cron job. The `schedule:run` did the job and all Campaigns have been sent out and i see the jobs...

@HeadStudios Any luck getting this project moving again?

> > @HeadStudios Any luck getting this project moving again? > > Hey, I haven't - but I'd be happy to work with you to address any issues you face...