Skip to content

Commit

Permalink
fix: pause coinbase job
Browse files Browse the repository at this point in the history
  • Loading branch information
daneisburgh committed Aug 8, 2024
1 parent e7e62cc commit 5834083
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions databricks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ variables:
email:
default: [email protected]
schedule_pause_status:
default: "UNPAUSED"
default: "PAUSED"
root_path:
default: "/Shared/.bundle/prod/invaas"
common_settings: &common_settings
Expand Down Expand Up @@ -45,7 +45,8 @@ resources:
schedule:
quartz_cron_expression: "0 0 0 * * ?"
timezone_id: UTC
pause_status: ${var.schedule_pause_status}
# pause_status: ${var.schedule_pause_status}
pause_status: "PAUSED"
tasks:
- task_key: coinbase
job_cluster_key: job_cluster
Expand Down

0 comments on commit 5834083

Please sign in to comment.