Skip to content

Commit

Permalink
Updated values for sla variables
Browse files Browse the repository at this point in the history
  • Loading branch information
edualvess committed Jun 5, 2024
1 parent 6ef6453 commit 48d2e69
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 29 deletions.
27 changes: 16 additions & 11 deletions airflow_variables_dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,28 +249,33 @@
},
"task_sla": {
"default": 60,
"build_time_task": 360,
"build_export_task": 300,
"enriched_history_operations": 480,
"current_state": 480,
"elementary_dbt_enriched_base_tables": 240,
"build_time_task": 480,
"build_export_task": 840,
"enriched_history_operations": 540,
"current_state": 540,
"elementary_dbt_enriched_base_tables": 840,
"ohlc": 720,
"liquidity_pool_trade_volume": 840,
"mgi": 480,
"liquidity_pool_trade_volume": 1140,
"mgi": 660,
"liquidity_providers": 720,
"liquidity_pools_value": 840,
"liquidity_pools_value_history": 600,
"trade_agg": 720,
"fee_stats": 840,
"asset_stats": 720,
"network_stats": 720,
"partnership_assets": 600,
"partnership_assets": 660,
"history_assets": 720,
"soroban": 720,
"snapshot_state": 600,
"elementary_dbt_sdf_marts": 300,
"build_bq_insert_job": 120,
"sandbox_create": 60
"elementary_dbt_sdf_marts": 1620,
"create_sandbox": 2400,
"update_sandbox": 60,
"cleanup_metadata": 60,
"build_delete_data_task": 1020,
"build_batch_stats": 840,
"build_bq_insert_job": 1080,
"build_gcs_to_bq_task": 960
},
"dbt_tables": {
"signers_current": "account_signers_current",
Expand Down
42 changes: 24 additions & 18 deletions airflow_variables_prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,28 +243,34 @@
"build_time_task": 360
},
"task_sla": {
"default": 60,
"build_time_task": 300,
"build_export_task": 240,
"enriched_history_operations": 840,
"build_export_task": 600,
"enriched_history_operations": 960,
"current_state": 600,
"elementary_dbt_enriched_base_tables": 240,
"ohlc": 780,
"liquidity_pool_trade_volume": 240,
"mgi": 780,
"liquidity_providers": 600,
"liquidity_pools_value": 300,
"liquidity_pools_value_history": 300,
"trade_agg": 840,
"fee_stats": 300,
"asset_stats": 360,
"network_stats": 300,
"partnership_assets": 1200,
"elementary_dbt_enriched_base_tables": 1080,
"ohlc": 960,
"liquidity_pool_trade_volume": 1200,
"mgi": 1020,
"liquidity_providers": 720,
"liquidity_pools_value": 360,
"liquidity_pools_value_history": 360,
"trade_agg": 1020,
"fee_stats": 360,
"asset_stats": 420,
"network_stats": 360,
"partnership_assets": 1380,
"history_assets": 360,
"soroban": 360,
"soroban": 420,
"snapshot_state": 840,
"elementary_dbt_sdf_marts": 120,
"build_bq_insert_job": 120,
"sandbox_create": 120
"elementary_dbt_sdf_marts": 1560,
"create_sandbox": 1020,
"update_sandbox": 5460,
"cleanup_metadata": 60,
"build_delete_data_task": 780,
"build_batch_stats": 600,
"build_bq_insert_job": 840,
"build_gcs_to_bq_task": 660
},
"dbt_tables": {
"signers_current": "account_signers_current",
Expand Down

0 comments on commit 48d2e69

Please sign in to comment.