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

Failure to Deploy Queue "wildebeest" does not exist. #107

Closed
AndyNortrup opened this issue Jan 15, 2023 · 3 comments
Closed

Failure to Deploy Queue "wildebeest" does not exist. #107

AndyNortrup opened this issue Jan 15, 2023 · 3 comments

Comments

@AndyNortrup
Copy link

AndyNortrup commented Jan 15, 2023

I've been attempting to deploy this in a brand-new environment today (literally created my first cloudflare account today). While following the instructions I receive this error in the deploy action.

$ Running: wrangler publish --config consumer/wrangler.toml
 ⛅️ wrangler 2.7.1 
-------------------
▲ [WARNING] Processing consumer/wrangler.toml configuration:
    - D1 Bindings are currently in alpha to allow the API to evolve before general availability.
      Please report any issues to https://github.com/cloudflare/wrangler2/issues/new/choose
      Note: Run this command with the environment variable NO_D1_WARNING=true to hide this message
  
      For example: `export NO_D1_WARNING=true && wrangler <YOUR COMMAND HERE>`
Your worker has access to the following bindings:
- KV Namespaces:
  - KV_CACHE: a9e08b35f37d4d26b92f6b35b9bd6100
- D1 Databases:
  - DATABASE: wildebeest-andynortrup (b3a42301-d8f5-4d2b-822b-28c546bd459f)
- Vars:
  - DOMAIN: "social.nortrup.dev"
  - ADMIN_EMAIL: "andy@nortrup.dev"
Total Upload: 56.19 KiB / gzip: 13.18 KiB
✘ [ERROR] Queue "wildebeest" does not exist. To create it, run: wrangler queues create wildebeest
If you think this is a bug then please create an issue at https://github.com/cloudflare/wrangler2/issues/new/choose
##[debug]Docker Action run completed with exit code 1
##[debug]Finishing: Publish consumer

Full run: https://github.com/AndyNortrup/wildebeest/actions/runs/3920800870

I've double checked that I should have all of the permissions required for the API key.

Thank you in advance, this is an exciting project.

@elitepleb
Copy link

it requires the pay as you go version of workers, which makes this an existential nightmare for anyone to run
#104

even once deployed, it kept on erroring out with no clear way to debug it

better to skip it for another few months, even if it worked, you'd hit the 100mb D1 limit quickly

@AndyNortrup
Copy link
Author

I'm intending to use this as a single person instance, I think I'll be alright. But I'll turn on some spend alerts.

@AndyNortrup
Copy link
Author

As stated by @elitepleb adding the paid workers plan to be able to use queues resolved the issue.

Duplicate of #104

takesato pushed a commit to takesato/wildebeest that referenced this issue Aug 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants