Get support for Quetzacoalt91/test-impl-queues

If you're new to LTH, please see our FAQ for more information on what it is we do.

Support Options

Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:

View Open Issues

Take a look to see if anyone else has experienced the same issue as you and if they managed to solve it.

Open an Issue

Make sure to read any relevant guidelines for opening issues on this repo before posting a new issue.

Sponsor directly

Check out the page and see if there are any options to sponsor this project or it's developers directly.

Quetzacoalt91/test-impl-queues

This project is a simple implementation of a queuing system with Redis and Symfony Messenger

How to run this project

Stack

php -S 127.0.0.1:8000 -t public/
docker run --name redis -tid -p 6379:6379 redis

Every time you fill the form on the home page, an email will be dispatched a certain amount of time (~10 000) on the queue.

Message consumers

php bin/console messenger:consume

If some messages are waiting to be taken in account, they will be immediately consumed.

Our Mission

We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.

Interesting Articles

Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated

p-e622a1a2