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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[馃悰 BUG]: Failed Sqs plugin after updating to 2023.1.1 #1550

Closed
1 task done
sergey-telpuk opened this issue May 2, 2023 · 7 comments
Closed
1 task done

[馃悰 BUG]: Failed Sqs plugin after updating to 2023.1.1 #1550

sergey-telpuk opened this issue May 2, 2023 · 7 comments
Assignees
Labels
B-bug Bug: bug, exception F-need-verification
Milestone

Comments

@sergey-telpuk
Copy link

No duplicates 馃ゲ.

  • I have searched for a similar issue in our bug tracker and didn't find any solutions.

What happened?

handle_serve_command: Function call error:
	got initial serve error from the Vertex *jobs.Plugin, stopping execution, error: jobs_plugin_serve:
	new_sqs_consumer: operation error SQS: GetQueueUrl, failed to sign request: failed to retrieve credentials: failed to refresh cached credentials, static credentials are empty

Version (rr --version)

v2023.1.1

How to reproduce the issue?

# queue and jobs
#
# In this section, the jobs themselves are configured
#
jobs:
  pool:
    num_workers: 2
    allocate_timeout: 60s
    destroy_timeout: 60s
  consume: [ "events" ]   # List of RoadRunner queues that can be processed by
  # the consumer specified in the "server" section.
  pipelines:
    events:
      driver: sqs
      config:
        queue: xxx-dev
        skip_queue_declaration: true

Relevant log output

No response

@rustatian
Copy link
Member

Hey @sergey-telpuk 馃憢馃徎
Does this work on 2.12.x ?

@rustatian rustatian added this to the 2023.1.2 milestone May 2, 2023
@sergey-telpuk
Copy link
Author

sergey-telpuk commented May 2, 2023

@rustatian hi, It worked nice on 2.11.4 last time. We have several pods with 2.11.4(works) and one with 2023.1.1(failed)

@rustatian
Copy link
Member

Gotcha, will be fixed in v2023.1.2, thanks for the report. 馃憤馃徎

@rustatian
Copy link
Member

rustatian commented May 2, 2023

@sergey-telpuk btw, could you please try v2.12.3 ?

EDIT: As far as I remember, you're running RR inside the AWS-EC2 instance, am I right?

@sergey-telpuk
Copy link
Author

EDIT: As far as I remember, you're running RR inside the AWS-EC2 instance, am I right?

yes

@rustatian
Copy link
Member

@sergey-telpuk 馃憢馃徎
Could you please check the bugfix: https://github.com/roadrunner-server/roadrunner/releases/tag/v2023.1.2 ?

@sergey-telpuk
Copy link
Author

sergey-telpuk commented May 6, 2023

Hi @rustatian, The bug is gone, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-bug Bug: bug, exception F-need-verification
Projects
No open projects
Archived in project
Development

No branches or pull requests

2 participants