Skip to content

Commit af2d1ba

Browse files
committed
airflow: Update sleep time example
1 parent b716015 commit af2d1ba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/airflow/example/workflow_template/migrate_infra_workflow.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@
1818
},
1919
{
2020
"name": "sleep_for_1m_30s",
21-
"task_component": "sleep_time",
22-
"extra": { "params": { "time": "1m 30s" } },
23-
"request_body": "",
21+
"task_component": "cicada_task_time_sleep",
22+
"request_body": "{\n \"time\": \"1m 30s\"\n}",
2423
"dependencies": [
2524
"infra_migration"
2625
]

0 commit comments

Comments
 (0)