Files
django-q2/django_q
Gouri Javed e205674d31 added long polling support (#506)
* added long pooling support for  sqs broker

* changed the parameter name

* added long polling support ,

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
     }
}

* added receive_message_wait_time_seconds parameter in test_broker.py

Co-authored-by: Javed Gouri <you@example.com>
2021-03-21 12:04:16 +01:00
..
2021-03-21 12:04:16 +01:00
2021-01-15 15:54:47 +01:00
2020-06-30 22:00:31 +02:00
2021-03-21 12:04:16 +01:00
2021-02-26 14:12:24 +01:00
2020-06-29 19:08:33 +02:00
2020-06-30 22:00:31 +02:00
2020-10-05 12:30:11 +03:00
2021-02-14 18:59:04 +01:00
2020-06-15 16:02:14 +02:00
2020-06-15 16:02:14 +02:00
2021-02-14 18:59:04 +01:00