question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[REDIS] `az redis create` doesn't wait for provisioning to complete

See original GitHub issue

When running az redis create the command returns while the provisioning state is still Creating. Unless --no-wait is applied, I’d expect the command to return upon completing provisioning.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:13 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
haroldrandomcommented, Nov 21, 2019

Redis spec of 2017 and spec of 2018 marked this operation as long running operation, but the actual behavior is not as expected. It’s a history mistake.

Considering that current user did’t report or vote similar problem and also redis is a frequently used service of Azure, correcting this behavior would break many user’s daily work which confusing them a lot and consuming them a lot of time to figure out.

So, it’s fine to close.

However, If there are new users report similar question like this, redis service should fix that we insist.

0reactions
haroldrandomcommented, Nov 14, 2019

@MyronFanQiu @tjprescott What do you think?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configure caches in Azure Cache for Redis using Ansible
Learn how to use Ansible to create, scale, reboot, and add a firewall rule to Azure Cache ... name: Wait for Redis provisioning...
Read more >
Manage Azure Cache for Redis instance
Wait till the Azure Cache for Redis instance provisioning_state is Succeeded. It takes several minutes for Azure Cache for Redis to be provisioned...
Read more >
Minimizing downtime in ElastiCache for Redis with Multi-AZ
There is no need to create and provision a new primary node, because ElastiCache will handle this transparently. This failover and replica promotion...
Read more >
AWS ElastiCache for Redis: How to Use the AWS Redis Service
Before you can begin using the Amazon ElastiCache Redis service, you'll need to set up your AWS environment. Here's a quick walkthrough on...
Read more >
cloudposse/elasticache-redis/aws - Terraform Registry
Terraform module to provision an ElastiCache Redis Cluster ... IMPORTANT: We do not pin modules to versions in our examples because of the ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found