File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Below is a guide on configuring a shared MySQL database and Redis connection:
6363],
6464```
6565
66- For consistency in the workflow database schema across services, designate only one microservice to publish and run the Workflow migrations.
66+ For consistency in the workflow database schema across services, designate only one microservice to publish and run the workflow migrations.
6767
6868Modify the workflow migrations to use the shared database connection:
6969
@@ -85,7 +85,7 @@ class StoredWorkflow extends BaseStoredWorkflow
8585 protected $connection = 'shared';
8686```
8787
88- Publish the Workflow config file and update it to use your custom models.
88+ Publish the workflow config file and update it to use your custom models.
8989
9090Update your workflow and activity classes to use the shared queue connection. Assign unique queue names to each microservice for differentiation:
9191
You can’t perform that action at this time.
0 commit comments