Commits on Source (14)
-
Bekerle, Patrizio authored
-
Bekerle, Patrizio authored
-
Reiter, Christoph authored
So it's clear where the command is implemented
-
Reiter, Christoph authored
So we can include them as a submodule in the dev-guide
-
Reiter, Christoph authored
-
Renovate Bot authored
-
Reiter, Christoph authored
fix(deps): update all non-major dependencies (patch) See merge request !64
-
Renovate Bot authored
-
Reiter, Christoph authored
chore(deps): lock file maintenance See merge request !65
-
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.
-
Reiter, Christoph authored
Add a queuing system by wrapping symfony messenger See merge request !66
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
This is visible when running "./bin/console"
Showing
- README.md 1 addition, 49 deletionsREADME.md
- composer.json 1 addition, 0 deletionscomposer.json
- composer.lock 439 additions, 144 deletionscomposer.lock
- docs/config.md 38 additions, 0 deletionsdocs/config.md
- docs/cron.md 42 additions, 0 deletionsdocs/cron.md
- docs/errors.md 57 additions, 0 deletionsdocs/errors.md
- docs/index.md 39 additions, 0 deletionsdocs/index.md
- docs/queue.md 76 additions, 0 deletionsdocs/queue.md
- src/Cron/CronCommand.php 2 additions, 1 deletionsrc/Cron/CronCommand.php
- src/DependencyInjection/Configuration.php 5 additions, 1 deletionsrc/DependencyInjection/Configuration.php
- src/DependencyInjection/DbpRelayCoreExtension.php 5 additions, 1 deletionsrc/DependencyInjection/DbpRelayCoreExtension.php
- src/Queue/RestartCommand.php 35 additions, 0 deletionssrc/Queue/RestartCommand.php
- src/Queue/TransportFactoryDecorator.php 71 additions, 0 deletionssrc/Queue/TransportFactoryDecorator.php
- src/Queue/Utils.php 14 additions, 0 deletionssrc/Queue/Utils.php
- src/Queue/WorkCommand.php 66 additions, 0 deletionssrc/Queue/WorkCommand.php
- src/Resources/config/services.yaml 13 additions, 0 deletionssrc/Resources/config/services.yaml
- tests/Queue/RestartCommandTest.php 23 additions, 0 deletionstests/Queue/RestartCommandTest.php
... | ... | @@ -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