Skip to content

Commit 0a84c9f

Browse files
committed
BNCASB-2204: Update the README file
1 parent 0ef48a2 commit 0a84c9f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Django EB SQS - Background Tasks for Elastic Beanstalk and Amazon SQS
1+
## Django EB SQS - Background Tasks for Amazon SQS
22

3-
django-eb-sqs is a simple task manager for the Elastic Beanstalk Worker Tier. It uses SQS and the [boto3](https://github.com/boto/boto3) library.
3+
django-eb-sqs is a simple task manager for AWS SQS. It uses SQS and the [boto3](https://github.com/boto/boto3) library.
44

55
### Installation
66

@@ -76,8 +76,6 @@ This command can work with one or more queues, reading from the queues infinitel
7676
python manage.py process_queue --queues <comma-delimited list of queue names>
7777
```
7878

79-
This is a good idea for someone who wants to execute tasks without an Elastic Beanstalk worker.
80-
8179
You can either use full queue names, or queue prefix using `prefix:*my_example_prefix*` notation.
8280

8381
Examples:

0 commit comments

Comments
 (0)