19 lines
630 B
Markdown
19 lines
630 B
Markdown
# High-level overview
|
|
|
|
Subjects:
|
|
|
|
* Client - the side which is making HTTP(S) request to the System
|
|
* System - instance of nano-run that routing request
|
|
* Worker - executable that implements business logic
|
|
|
|
During restart - all incomplete tasks will queued again.
|
|
|
|

|
|
|
|

|
|
|
|
Worker will call upstream with additional headers:
|
|
|
|
- `X-Correlation-Id` - request id
|
|
- `X-Attempt-Id` - attempt id
|
|
- `X-Attempt` - attempt num |