Commits on Source (14)
-
Bekerle, Patrizio authoredf7d787f3
-
Bekerle, Patrizio authoredc91edc5b
-
Reiter, Christoph authored
So it's clear where the command is implemented
4b4c91ea -
Reiter, Christoph authored
So we can include them as a submodule in the dev-guide
e2b7cf31 -
Reiter, Christoph authoredd2cbd54d
-
Renovate Bot authoredb8e0d5cd
-
Reiter, Christoph authored
fix(deps): update all non-major dependencies (patch) See merge request !64
e7bc8f63 -
Renovate Bot authoredb329dff9
-
Reiter, Christoph authored
chore(deps): lock file maintenance See merge request !65
8538d388 -
Reiter, Christoph authored
By abstracting away the Symfony messenger internals we can simplify the deployment while being more flexible in the future in case we need to change something. This adds commands for running workers and restarting them. The rest is handled by internally.
1a08e452 -
Reiter, Christoph authored
Add a queuing system by wrapping symfony messenger See merge request !66
be3f769f -
Reiter, Christoph authored119de45f
-
Reiter, Christoph authored21e7ceb3
-
Reiter, Christoph authored
This is visible when running "./bin/console"
... | ... | @@ -17,6 +17,7 @@ |
"symfony/event-dispatcher": "^5.3", | ||
"symfony/expression-language": "^5.3", | ||
"symfony/framework-bundle": "^5.3", | ||
"symfony/messenger": "^5.3", | ||
"symfony/mime": "^5.3", | ||
"symfony/security-bundle": "^5.3", | ||
"symfony/security-core": "^5.3", | ||
... | ... |
This diff is collapsed.
docs/config.md
0 → 100644
docs/cron.md
0 → 100644
docs/errors.md
0 → 100644
docs/index.md
0 → 100644
docs/queue.md
0 → 100644
src/Queue/RestartCommand.php
0 → 100644
src/Queue/TransportFactoryDecorator.php
0 → 100644
src/Queue/Utils.php
0 → 100644
src/Queue/WorkCommand.php
0 → 100644
tests/Queue/RestartCommandTest.php
0 → 100644