Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fly redis create getting error 500 #3927

Open
behnamarbab opened this issue Sep 10, 2024 · 1 comment
Open

fly redis create getting error 500 #3927

behnamarbab opened this issue Sep 10, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@behnamarbab
Copy link

I cannot create redis for my application:

  • Operating system
    NAME="EndeavourOS"
    Kernel:"6.10.6-arch1-1"

  • fly version
    flyctl v0.2.126 linux/amd64 Commit: c44f26f BuildDate: 2024-09-06T21:32:23Z

Command:

fly redis create --disable-eviction --name redis-server --region lhr --no-replicas

Command output:

Error: returned error 500 Internal Server Error: {"errors":[{"message":"You hit a Fly API error with request ID: 01J7D9AZYG3N426Q2N0CAAB0NZ-fra","extensions":{"code":"SERVER_ERROR","fly_request_id":"01J7D9AZYG3N426Q2N0CAAB0NZ-fra"}}],"data":{}}
@behnamarbab behnamarbab added the bug Something isn't working label Sep 10, 2024
@kzys
Copy link
Member

kzys commented Sep 19, 2024

Hmm, works for me. Let me check your specific request.

% fly redis create --disable-eviction --name redis-server-kaz --region lhr --no-replicas

? Select Organization: kaz-fly (personal)

Your database redis-server-kaz is ready. Apps in the personal org can connect to Redis at redis://default:[email protected]:6379

If you have redis-cli installed, use fly redis connect to get a Redis console.

Your database is billed at $0.20 per 100K commands. If you're using Sidekiq or BullMQ, which poll Redis frequently, consider switching to a fixed-price plan. See https://fly.io/docs/reference/redis/#pricing

@kzys kzys self-assigned this Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants