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

sqs long polling fixes #612

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

sqs long polling fixes #612

wants to merge 8 commits into from

Conversation

Javedgouri
Copy link
Contributor

Hi,

I have added fixes for long polling in sqs , there was an issue due to which the parameter gets deleted added fixes for this.

Javed Gouri and others added 8 commits February 12, 2021 02:39
introduce new parameter in broker sqs block
parameter for long polling is receive_message_wait_time_seconds

eg :
Q_CLUSTER = {
      'name': 'test-queue',
      'sqs': {
         'aws_region': AWS_S3_REGION_NAME,
         'aws_access_key_id': AWS_ACCESS_KEY_ID,
         'aws_secret_access_key': AWS_SECRET_ACCESS_KEY,
         'receive_message_wait_time_seconds':20
     }
}
@codecov
Copy link

codecov bot commented Sep 13, 2021

Codecov Report

Merging #612 (ccc3329) into master (85baacc) will decrease coverage by 0.02%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #612      +/-   ##
==========================================
- Coverage   90.45%   90.42%   -0.03%     
==========================================
  Files          50       50              
  Lines        3372     3373       +1     
==========================================
  Hits         3050     3050              
- Misses        322      323       +1     
Impacted Files Coverage Δ
django_q/brokers/aws_sqs.py 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 85baacc...ccc3329. Read the comment docs.

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

Successfully merging this pull request may close these issues.

1 participant