Skip to content

Commit 621c603

Browse files
committed
chore(workflow): add drycc cloud link
1 parent 2a0eca1 commit 621c603

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/applications/inter-app-communication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Inter-app Communication
22

3-
A common architecture pattern of multi-process applications is to have one process serve public requests while having multiple other processes supporting the public one to, for example, perform actions on a schedule or process work items from a queue. To implement this system of apps in Drycc Workflow, set up the apps to communicate using DNS resolution, as shown above, and hide the supporting processes from public view by removing them from the Drycc Workflow router. See [Drycc Blog: Private Applications on Workflow](https://www.drycc.cc/blog/2016/private-applications-on-drycc-workflow/) for more details, which walks through an example of removing an app from the router.
3+
A common architecture pattern of multi-process applications is to have one process serve public requests while having multiple other processes supporting the public one to, for example, perform actions on a schedule or process work items from a queue. To implement this system of apps in Drycc Workflow, set up the apps to communicate using DNS resolution, as shown above, and hide the supporting processes from public view by removing them from the Drycc Workflow router.
44

55
### DNS Service Discovery
66

themes/drycc/topbar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ <h1><a href="/" class="logo"><img src="{{ base_url }}/static/img/svg/logo.svg" w
99
<div class="show-for-large-up">
1010
<ul class="inline-list">
1111
<li>
12-
<a class="dropdown" data-dropdown="drop2" aria-controls="drop1" aria-expanded="false">Projects <em><i class="fa fa-caret-down"></i></em></a>
12+
<a class="dropdown" data-dropdown="drop2" aria-controls="drop1" aria-expanded="false">Projects<em><i class="fa fa-caret-down"></i></em></a>
1313
</li>
1414
<li>
1515
<a href="https://drycc.slack.com/" id="header-slack" class="item" title="Slack">Slack</a>
1616
</li>
1717
<li>
18-
<a href="https://drycc.github.io/blog/" id="header-blog" class="item" title="Blog">Blog</a>
18+
<a href="https://www.drycc.com/" id="header-cloud" class="item" title="Cloud">Drycc Cloud</a>
1919
</li>
2020
</ul>
2121
</div>

0 commit comments

Comments
 (0)