You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
│ Error: cannot update job: A concurrent request to run the continuous job is already in progress. Please wait for it to complete before issuing a new request.
│
│ with databricks_job.routing_job_clean_room_events,
│ on terraform.tf.json line 5918, in resource.databricks_job.routing_job_clean_room_events:
│ 5918: },
It appears that we hit some concurrently issues when updating a job.
#3585 appears to have addressed this issue, but we are still seeing the error using the latest provider version.
Steps to Reproduce
Create a job
Update the job
Terraform apply
Terraform and provider versions
Terraform version = 1.7
Databricks provider version = 1.56.0
Is it a regression?
Debug Output
Important Factoids
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered:
Configuration
Expected Behavior
Modifying the job should complete successfully.
Actual Behavior
Deployed non-deterministically failed due to
It appears that we hit some concurrently issues when updating a job.
#3585 appears to have addressed this issue, but we are still seeing the error using the latest provider version.
Steps to Reproduce
Terraform and provider versions
Terraform version = 1.7
Databricks provider version = 1.56.0
Is it a regression?
Debug Output
Important Factoids
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered: