django-eb-sqs-worker icon indicating copy to clipboard operation
django-eb-sqs-worker copied to clipboard

Django Background Tasks for Amazon Elastic Beanstalk

Results 7 django-eb-sqs-worker issues
Sort by recently updated
recently updated
newest added

Hi, thanks for this library! How can I add a task that is executed 10 seconds after it was sent? Is there a simple workaround, in the case it is...

Implements settings as an application specific entity that is hydrated from the Django settings. Similar patterns can be seen in packages such as all_auth. Also moves settings to an EB_SQS...

The package writes to settings, which is [discouraged by Django](https://docs.djangoproject.com/en/dev/topics/settings/#altering-settings-at-runtime). The proper way to do this, is to have an "app_settings", that hydrates from Django's settings and uses that throughout...

Could you document what minimum permissions are needed for the role set in the settings file? I'm currently going with `AdministratorAccess-AWSElasticBeanstalk`, but I think it's too permissive.

Hi there! First off, great library; works like a charm. Was wondering if anyone knows what to do if we're getting `UnreadablePostError at /sqs/` errors in the logs from the...

Again, thanks for this great tool. Environment settings: - **Platform**: Python 3.7 running on 64bit Amazon Linux 2/3.1.4 - **Web server**: nginx (default in AL2) Today I was checking my...

Hello @DataGreed, thank you very much for this library, I have been using it for a while and I love its simplicity and how well it integrates with AWS SQS....