Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dbp-relay-core-bundle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
digital blueprint
Relay API Gateway
dbp-relay-core-bundle
Commits
c91edc5b
Commit
c91edc5b
authored
Oct 28, 2021
by
Bekerle, Patrizio
Browse files
Options
Downloads
Patches
Plain Diff
Mention worker restart
parent
f7d787f3
No related branches found
No related tags found
No related merge requests found
Pipeline
#58940
passed
Oct 28, 2021
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-0
6 additions, 0 deletions
README.md
with
6 additions
and
0 deletions
README.md
+
6
−
0
View file @
c91edc5b
...
@@ -55,3 +55,9 @@ MESSENGER_TRANSPORT_DSN=redis://redis:6379/local-messages/symfony/consumer?auto_
...
@@ -55,3 +55,9 @@ MESSENGER_TRANSPORT_DSN=redis://redis:6379/local-messages/symfony/consumer?auto_
You need to have a system in place to run the
[
Symfony Messenger
](
https://symfony.com/doc/current/components/messenger.html
)
.
You need to have a system in place to run the
[
Symfony Messenger
](
https://symfony.com/doc/current/components/messenger.html
)
.
Symfony recommends to use
[
Supervisor
](
http://supervisord.org/
)
to do this. You can use
Symfony recommends to use
[
Supervisor
](
http://supervisord.org/
)
to do this. You can use
[
Supervisor configuration
](
https://symfony.com/doc/current/messenger.html#supervisor-configuration
)
to help you with the setup process.
[
Supervisor configuration
](
https://symfony.com/doc/current/messenger.html#supervisor-configuration
)
to help you with the setup process.
Keep in mind that you need to
**restart**
the Symfony Messenger
**workers**
when you
**deploy**
Relay API
**updates**
to your server, so changes to the messaging system can be picked up.
If you are using Supervisor to run the Symfony Messenger you can just stop the workers with
`php bin/console messenger:stop-workers`
, Supervisor will start them again.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment