-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmkdocs.yml
More file actions
397 lines (390 loc) · 14.9 KB
/
mkdocs.yml
File metadata and controls
397 lines (390 loc) · 14.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
site_name: Dotflow
site_url: https://www.cloud.dotflow.io
site_author: Fernando Celmer
copyright: Fernando Celmer
repo_name: dotflow-io/dotflow
repo_url: https://github.com/dotflow-io/dotflow
theme:
name: material
favicon: assets/logo.ico
logo: assets/logo.png
palette:
- media: (prefers-color-scheme)
toggle:
icon: material/brightness-7
name: Switch to light mode
- media: '(prefers-color-scheme: light)'
scheme: default
primary: black
toggle:
icon: material/brightness-4
name: Switch to dark mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: black
toggle:
icon: material/lightbulb-outline
name: Switch to system preference
features:
- content.tooltips
- navigation.footer
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.path
- navigation.indexes
- search.share
- search.suggest
extra_css:
- assets/style.css
extra:
version:
provider: mike
python_supported_version: 3.9
markdown_extensions:
abbr: null
attr_list: null
footnotes: null
md_in_html: null
tables: null
toc:
permalink: true
pymdownx.betterem: null
pymdownx.caret: null
pymdownx.highlight:
line_spans: __span
pymdownx.inlinehilite: null
pymdownx.keys: null
pymdownx.mark: null
pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format ''
pymdownx.tilde: null
pymdownx.blocks.admonition:
types:
- note
- attention
- caution
- danger
- error
- tip
- hint
- warning
- info
- check
pymdownx.blocks.details: null
pymdownx.blocks.tab:
alternate_style: true
pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
mdx_include: null
markdown_include_variants: null
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [.]
options:
backlinks: tree
heading_level: 2
show_root_heading: true
show_if_no_docstring: true
show_symbol_type_heading: true
show_symbol_type_toc: true
extensions:
- griffe_typingdoc
- i18n:
fallback_to_default: true
reconfigure_material: true
reconfigure_search: true
docs_structure: folder
languages:
- locale: en
default: true
name: English
build: true
- locale: pt
name: Português
build: true
nav_translations:
Home: Início
Concepts: Conceitos
Overview: Visão geral
How-to guides: Guias práticos
Workflows: Fluxos de trabalho
Tasks: Tarefas
Advanced: Avançado
Examples: Exemplos
Development Guide: Guia de Desenvolvimento
Release Notes: Notas de Lançamento
Process Mode: Modo de Processamento
Providers: Provedores
Storage: Armazenamento
Notify: Notificações
Log: Registro
Scheduler: Agendador
Strategies: Estratégias
Callback: Callback
"Dotflow CLI": "CLI do Dotflow"
Reference: Referência
Integrations: Integrações
AWS: AWS
GCP: GCP
Telegram: Telegram
Built-in: Integrados
"Use integrations": "Usar integrações"
"Workflow and tasks": "Fluxo de trabalho e tarefas"
"Task lifecycle and status": "Ciclo de vida e status da tarefa"
"Cron overlap": "Sobreposição no cron"
"Concept of context": "Conceito de contexto"
- redirects:
redirect_maps:
# Short-lived URLs (/nav/how-to/tutorial/...) → canonical /nav/tutorial/...
nav/how-to/tutorial/async-actions.md: nav/tutorial/async-actions.md
nav/how-to/tutorial/checkpoint.md: nav/tutorial/checkpoint.md
nav/how-to/tutorial/error-handling.md: nav/tutorial/error-handling.md
nav/how-to/tutorial/first-steps.md: nav/tutorial/first-steps.md
nav/how-to/tutorial/groups.md: nav/tutorial/groups.md
nav/how-to/tutorial/initial-context.md: nav/tutorial/initial-context.md
nav/how-to/tutorial/install.md: nav/tutorial/install.md
nav/how-to/tutorial/keep-going.md: nav/tutorial/keep-going.md
nav/how-to/tutorial/log-default.md: nav/tutorial/log-default.md
nav/how-to/tutorial/many-contexts.md: nav/tutorial/many-contexts.md
nav/how-to/tutorial/notify-default.md: nav/tutorial/notify-default.md
nav/how-to/tutorial/notify-telegram.md: nav/tutorial/notify-telegram.md
nav/how-to/tutorial/output-context.md: nav/tutorial/output-context.md
nav/how-to/tutorial/output-storage.md: nav/tutorial/output-storage.md
nav/how-to/tutorial/output-task.md: nav/tutorial/output-task.md
nav/how-to/tutorial/previous-context.md: nav/tutorial/previous-context.md
nav/how-to/tutorial/scheduler-cron.md: nav/tutorial/scheduler-cron.md
nav/how-to/tutorial/scheduler-default.md: nav/tutorial/scheduler-default.md
nav/how-to/tutorial/storage-default.md: nav/tutorial/storage-default.md
nav/how-to/tutorial/storage-file.md: nav/tutorial/storage-file.md
nav/how-to/tutorial/storage-gcs.md: nav/tutorial/storage-gcs.md
nav/how-to/tutorial/storage-s3.md: nav/tutorial/storage-s3.md
nav/how-to/tutorial/task-backoff.md: nav/tutorial/task-backoff.md
nav/how-to/tutorial/task-callback.md: nav/tutorial/task-callback.md
nav/how-to/tutorial/task-retry.md: nav/tutorial/task-retry.md
nav/how-to/tutorial/task-timeout.md: nav/tutorial/task-timeout.md
nav/how-to/tutorial/workflow-callback.md: nav/tutorial/workflow-callback.md
pt/nav/how-to/tutorial/initial-context.md: pt/nav/tutorial/initial-context.md
pt/nav/how-to/tutorial/previous-context.md: pt/nav/tutorial/previous-context.md
pt/nav/how-to/tutorial/scheduler-cron.md: pt/nav/tutorial/scheduler-cron.md
pt/nav/how-to/tutorial/scheduler-default.md: pt/nav/tutorial/scheduler-default.md
nav/learn/concept-cron-overlap.md: nav/concepts/concept-cron-overlap.md
nav/learn/concept-of-context.md: nav/concepts/concept-of-context.md
nav/learn/concept-providers.md: nav/concepts/concept-providers.md
nav/learn/concept-task-lifecycle.md: nav/concepts/concept-task-lifecycle.md
nav/learn/concept-workflow-and-tasks.md: nav/concepts/concept-workflow-and-tasks.md
nav/learn/index.md: nav/concepts/index.md
nav/learn/process-mode-background.md: nav/concepts/process-mode-background.md
nav/learn/process-mode-parallel-group.md: nav/concepts/process-mode-parallel-group.md
nav/learn/process-mode-parallel.md: nav/concepts/process-mode-parallel.md
nav/learn/process-mode-sequential.md: nav/concepts/process-mode-sequential.md
nav/learn/cli/init.md: nav/how-to/cli/init.md
nav/learn/cli/simple-start.md: nav/how-to/cli/simple-start.md
nav/learn/cli/with-callback.md: nav/how-to/cli/with-callback.md
nav/learn/cli/with-custom-path.md: nav/how-to/cli/with-custom-path.md
nav/learn/cli/with-initial-context.md: nav/how-to/cli/with-initial-context.md
nav/learn/cli/with-mode.md: nav/how-to/cli/with-mode.md
nav/learn/cli/with-output-context.md: nav/how-to/cli/with-output-context.md
nav/learn/cli/with-schedule.md: nav/how-to/cli/with-schedule.md
nav/learn/cli/with-workflow.md: nav/how-to/cli/with-workflow.md
nav/learn/examples.md: nav/examples/index.md
pt/nav/learn/concept-cron-overlap.md: pt/nav/concepts/concept-cron-overlap.md
pt/nav/learn/concept-of-context.md: pt/nav/concepts/concept-of-context.md
pt/nav/learn/concept-providers.md: pt/nav/concepts/concept-providers.md
pt/nav/learn/concept-task-lifecycle.md: pt/nav/concepts/concept-task-lifecycle.md
pt/nav/learn/concept-workflow-and-tasks.md: pt/nav/concepts/concept-workflow-and-tasks.md
pt/nav/learn/index.md: pt/nav/concepts/index.md
nav:
- Home: index.md
- Concepts:
- "Workflow and tasks": nav/concepts/concept-workflow-and-tasks.md
- "Concept of context": nav/concepts/concept-of-context.md
- Providers: nav/concepts/concept-providers.md
- "Task lifecycle and status": nav/concepts/concept-task-lifecycle.md
- "Task engine": nav/concepts/concept-task-engine.md
- "Cron overlap": nav/concepts/concept-cron-overlap.md
- Process Mode:
- nav/concepts/process-mode-sequential.md
- nav/concepts/process-mode-background.md
- nav/concepts/process-mode-sequential-group.md
- nav/concepts/process-mode-parallel.md
- nav/concepts/process-mode-parallel-group.md
- How-to guides:
- Overview: nav/how-to/index.md
- Workflows:
- nav/tutorial/install.md
- nav/tutorial/first-steps.md
- nav/tutorial/initial-context.md
- nav/tutorial/previous-context.md
- nav/tutorial/many-contexts.md
- nav/tutorial/keep-going.md
- nav/tutorial/groups.md
- nav/tutorial/workflow-callback.md
- Tasks:
- Strategies:
- nav/tutorial/task-retry.md
- nav/tutorial/task-backoff.md
- nav/tutorial/task-timeout.md
- nav/tutorial/error-handling.md
- nav/tutorial/checkpoint.md
- nav/tutorial/async-actions.md
- nav/tutorial/task-callback.md
# - Output:
# - nav/tutorial/output-context.md
# - nav/tutorial/output-storage.md
# - nav/tutorial/output-task.md
- Dotflow CLI:
- nav/how-to/cli/init.md
- nav/how-to/cli/login.md
- nav/how-to/cli/logout.md
- nav/how-to/cli/simple-start.md
- nav/how-to/cli/with-initial-context.md
- nav/how-to/cli/with-callback.md
- nav/how-to/cli/with-mode.md
- nav/how-to/cli/with-output-context.md
- nav/how-to/cli/with-custom-path.md
- nav/how-to/cli/with-schedule.md
- nav/how-to/cli/with-workflow.md
- nav/how-to/cli/with-deploy.md
- Integrations:
- Overview: nav/integrations/index.md
- "Use integrations": nav/integrations/use-integrations.md
- AWS:
- nav/tutorial/storage-s3.md
- GCP:
- nav/tutorial/storage-gcs.md
- Telegram:
- nav/tutorial/notify-telegram.md
- Discord:
- nav/tutorial/notify-discord.md
- OpenTelemetry:
- nav/tutorial/log-opentelemetry.md
- nav/tutorial/tracer-opentelemetry.md
- nav/tutorial/metrics-opentelemetry.md
- Sentry:
- nav/tutorial/log-sentry.md
- nav/tutorial/tracer-sentry.md
- Server:
- nav/tutorial/server-default.md
- Built-in:
- nav/tutorial/storage-default.md
- nav/tutorial/storage-file.md
- nav/tutorial/notify-default.md
- nav/tutorial/log-default.md
- nav/tutorial/scheduler-default.md
- nav/tutorial/scheduler-cron.md
- nav/tutorial/tracer-default.md
- nav/tutorial/metrics-default.md
- Cloud:
- Overview: nav/cloud/index.md
- Docker:
- nav/cloud/docker.md
- AWS:
- nav/cloud/lambda.md
- nav/cloud/lambda-scheduled.md
- nav/cloud/lambda-s3-trigger.md
- nav/cloud/lambda-sqs-trigger.md
- nav/cloud/lambda-api-trigger.md
- nav/cloud/ecs.md
- nav/cloud/ecs-scheduled.md
- GCP:
- nav/cloud/cloud-run.md
- nav/cloud/cloud-run-scheduled.md
- Alibaba Cloud:
- nav/cloud/alibaba-fc.md
- nav/cloud/alibaba-fc-scheduled.md
- Kubernetes:
- nav/cloud/kubernetes.md
- CI/CD:
- nav/cloud/github-actions.md
- Advanced:
- nav/advanced/scheduled-pipeline-with-resume.md
- nav/advanced/parallel-with-groups.md
- nav/advanced/notifications-on-failure.md
- Examples:
- nav/examples/index.md
- nav/examples/getting-started.md
- nav/examples/context.md
- nav/examples/process-modes.md
- nav/examples/resilience.md
- nav/examples/error-handling.md
- nav/examples/callbacks.md
- nav/examples/async.md
- nav/examples/checkpoint.md
- nav/examples/scheduler.md
- nav/examples/storage.md
- nav/examples/notifications.md
- nav/examples/results.md
- nav/examples/cli.md
- Real-world Projects:
- nav/examples/etl-flow.md
- nav/examples/health-check-flow.md
- Reference:
- nav/reference/action.md
- nav/reference/config.md
- nav/reference/context.md
- nav/reference/dotflow.md
- nav/reference/settings.md
- nav/reference/task.md
- nav/reference/task-error.md
- nav/reference/task-builder.md
- nav/reference/workflow.md
- nav/reference/utils.md
- nav/reference/decorators.md
- nav/reference/exception.md
- Providers:
- nav/reference/log-default.md
- nav/reference/log-opentelemetry.md
- nav/reference/log-sentry.md
- nav/reference/metrics-default.md
- nav/reference/metrics-opentelemetry.md
- nav/reference/notify-default.md
- nav/reference/notify-discord.md
- nav/reference/notify-telegram.md
- nav/reference/scheduler-default.md
- nav/reference/scheduler-cron.md
- nav/reference/storage-init.md
- nav/reference/storage-file.md
- nav/reference/storage-s3.md
- nav/reference/storage-gcs.md
- nav/reference/server-default.md
- nav/reference/tracer-default.md
- nav/reference/tracer-opentelemetry.md
- nav/reference/tracer-sentry.md
- Instance:
- nav/reference/task-instance.md
- nav/reference/context-instance.md
- Types:
- nav/reference/type-execution.md
- nav/reference/type-overlap.md
- nav/reference/type-status.md
- nav/reference/type-workflow-status.md
- Abstract methods:
- nav/reference/abc-tcp.md
- nav/reference/abc-log.md
- nav/reference/abc-flow.md
- nav/reference/abc-notify.md
- nav/reference/abc-scheduler.md
- nav/reference/abc-storage.md
- nav/reference/abc-tracer.md
- nav/reference/abc-metrics.md
- nav/reference/abc-server.md
- nav/reference/abc-http.md
- Development Guide:
- nav/development/development-guide.md
- Custom Providers:
- nav/development/custom-providers.md
- nav/development/custom-storage.md
- nav/development/custom-notify.md
- nav/development/custom-log.md
- nav/development/custom-scheduler.md
- nav/development/custom-tracer.md
- nav/development/custom-metrics.md
- Release Notes: nav/development/release-notes.md