django-lambda-tasks 0.4.2__tar.gz → 0.4.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/steering/product.md +10 -2
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/steering/structure.md +1 -1
- django_lambda_tasks-0.4.2/README.md → django_lambda_tasks-0.4.4/PKG-INFO +37 -0
- django_lambda_tasks-0.4.2/PKG-INFO → django_lambda_tasks-0.4.4/README.md +25 -12
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/lambda_tasks/decorators.py +6 -2
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/lambda_tasks/handler.py +33 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/pyproject.toml +1 -1
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/tests/test_decorator.py +12 -2
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/tests/test_decorators.py +14 -5
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/tests/test_deferred_enqueue.py +3 -3
- django_lambda_tasks-0.4.4/tests/test_memory_limit.py +131 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/tests/test_models.py +10 -5
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.github/workflows/ci.yml +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.github/workflows/release.yml +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.gitignore +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/async-local-execution/.config.kiro +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/async-local-execution/design.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/async-local-execution/requirements.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/async-local-execution/tasks.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/deferred-task-enqueue/.config.kiro +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/deferred-task-enqueue/design.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/deferred-task-enqueue/requirements.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/deferred-task-enqueue/tasks.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/eager-mode-example-app/.config.kiro +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/eager-mode-example-app/design.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/eager-mode-example-app/requirements.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/eager-mode-example-app/tasks.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/ignore-errors-decorator-option/.config.kiro +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/ignore-errors-decorator-option/design.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/ignore-errors-decorator-option/requirements.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/ignore-errors-decorator-option/tasks.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/import-string-task-resolution/.config.kiro +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/import-string-task-resolution/design.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/import-string-task-resolution/requirements.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/import-string-task-resolution/tasks.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/retry-delay/.config.kiro +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/retry-delay/design.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/retry-delay/requirements.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/retry-delay/tasks.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/rse-background-tasks/.config.kiro +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/rse-background-tasks/design.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/rse-background-tasks/requirements.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/rse-background-tasks/tasks.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/rse-background-tasks-bugfix/.config.kiro +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/rse-background-tasks-bugfix/bugfix.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/rse-background-tasks-bugfix/design.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/rse-background-tasks-bugfix/tasks.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/singleton-task/.config.kiro +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/singleton-task/design.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/singleton-task/requirements.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/singleton-task/tasks.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/ssm-environment-loader/.config.kiro +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/ssm-environment-loader/design.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/ssm-environment-loader/requirements.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/ssm-environment-loader/tasks.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/task-retry/.config.kiro +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/task-retry/design.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/task-retry/requirements.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/task-retry/tasks.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/steering/tech.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.pre-commit-config.yaml +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.vscode/settings.json +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/example/README.md +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/example/example_app/__init__.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/example/example_app/apps.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/example/example_app/tasks.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/example/example_app/urls.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/example/example_app/views.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/example/example_project/__init__.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/example/example_project/settings.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/example/example_project/urls.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/example/example_project/wsgi.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/example/manage.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/lambda_tasks/__init__.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/lambda_tasks/admin.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/lambda_tasks/apps.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/lambda_tasks/environment_loader.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/lambda_tasks/local_executor.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/lambda_tasks/logging.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/lambda_tasks/migrations/0001_initial.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/lambda_tasks/migrations/0002_alter_taskrecord_status.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/lambda_tasks/migrations/__init__.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/lambda_tasks/models.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/lambda_tasks/secret_loader.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/lambda_tasks/settings.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/lambda_tasks/tasks.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/lambda_tasks/timeouts.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/tests/conftest.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/tests/settings.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/tests/test_admin.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/tests/test_environment_loader.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/tests/test_handler.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/tests/test_kwargs_only.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/tests/test_local_executor.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/tests/test_logging.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/tests/test_secret_loader.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/tests/test_serializer.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/tests/test_settings.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/tests/test_tasks.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/tests/test_timeout_validation.py +0 -0
- {django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/tests/test_timeouts.py +0 -0
|
@@ -39,7 +39,14 @@ def my_task(*, user_id: int, action: str) -> None:
|
|
|
39
39
|
|
|
40
40
|
## Enqueuing
|
|
41
41
|
|
|
42
|
-
`execute_on_commit()` uses the decorator `delay` value.
|
|
42
|
+
`execute_on_commit()` uses the decorator `delay` value by default. Pass `_delay=<seconds>` at call time to override the delay for that specific enqueue:
|
|
43
|
+
|
|
44
|
+
```python
|
|
45
|
+
my_task.execute_on_commit(user_id=1, action="x") # uses decorator delay
|
|
46
|
+
my_task.execute_on_commit(user_id=1, action="x", _delay=60) # overrides with 60s
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
The `_delay` override is validated against the same range `[0, 900]` as the decorator `delay`. It only affects the SQS `DelaySeconds` — it has no effect in eager or async-local mode.
|
|
43
50
|
|
|
44
51
|
## ignore_errors
|
|
45
52
|
|
|
@@ -136,10 +143,11 @@ class SQSLambdaTaskMessage(BaseModel):
|
|
|
136
143
|
- Returns `{"batchItemFailures": [...]}` for partial-batch failure reporting
|
|
137
144
|
- Only pre-execution failures (malformed message, import error, misconfiguration) are reported as `batchItemFailures` — task logic failures are caught and recorded as `FAILED` TaskRecords without raising
|
|
138
145
|
- Recommended SQS queue settings: `maxReceiveCount=1` with a DLQ configured; automatic retries are not useful since task failures are not re-driven by design
|
|
139
|
-
- Cold-start sequence runs inside the handler on the first invocation (not at module import time) to avoid Lambda init-duration timeouts: a temporary `StreamHandler` is attached to the `lambda_tasks` logger, then `resolve_environment()` → `resolve_secrets_into_env()` (handler removed) → conditional `django.setup()`
|
|
146
|
+
- Cold-start sequence runs inside the handler on the first invocation (not at module import time) to avoid Lambda init-duration timeouts: memory limit is set, a temporary `StreamHandler` is attached to the `lambda_tasks` logger, then `resolve_environment()` → `resolve_secrets_into_env()` (handler removed) → conditional `django.setup()`
|
|
140
147
|
- A module-level `_cold_start_done` sentinel ensures the sequence runs only once; subsequent warm invocations skip it
|
|
141
148
|
- Both loaders run unconditionally (outside the `DJANGO_SETTINGS_MODULE` check) — the environment secret may provide that var, and individual secrets may depend on environment-loaded vars
|
|
142
149
|
- A temporary `StreamHandler` is attached to the `lambda_tasks` logger for the duration of the loaders so their log output is visible before Django's `LOGGING` dictConfig has run; it is removed immediately after so that Django's configuration is the sole authority on logging from that point on
|
|
150
|
+
- `resource.setrlimit(RLIMIT_DATA)` is set from `AWS_LAMBDA_FUNCTION_MEMORY_SIZE` so that excessive allocation raises `MemoryError` instead of triggering the OOM killer
|
|
143
151
|
|
|
144
152
|
## Environment Loader
|
|
145
153
|
|
|
@@ -42,7 +42,7 @@ django-lambda-tasks/
|
|
|
42
42
|
- `decorators.py` — defines `@lambda_task`; enforces kwargs-only at decoration time
|
|
43
43
|
- `models.py` — `TaskRecord` (Django ORM), `SQSLambdaTaskMessage` (Pydantic, SQS schema + execution logic), `SQSLambdaTask` (Pydantic, holds message + routing; `_execute()` publishes to SQS, executes eagerly, or submits to the local process pool; `execute_on_commit()` registers `_execute` with `transaction.on_commit`)
|
|
44
44
|
- `local_executor.py` — `ProcessPoolExecutor`-based async local execution; `get_pool()` lazily creates a module-level pool; `submit_task()` fire-and-forget submission; `_execute_in_worker()` deserializes and runs the task in a child process; `_pool_initializer()` calls `django.setup()` per worker
|
|
45
|
-
- `handler.py` — Lambda entry point; cold-start init (temporary log handler → `resolve_environment()` → `resolve_secrets_into_env()` → handler removed → conditional `django.setup()`) runs inside the handler on first invocation, guarded by `_cold_start_done` sentinel; processes SQS records independently; returns `batchItemFailures`
|
|
45
|
+
- `handler.py` — Lambda entry point; cold-start init (memory limit → temporary log handler → `resolve_environment()` → `resolve_secrets_into_env()` → handler removed → conditional `django.setup()`) runs inside the handler on first invocation, guarded by `_cold_start_done` sentinel; processes SQS records independently; returns `batchItemFailures`
|
|
46
46
|
- `environment_loader.py` — loads env vars from a Secrets Manager secret at cold start; validates flat JSON format; idempotent via `_loaded` sentinel
|
|
47
47
|
- `secret_loader.py` — resolves `LAMBDA_TASKS_SECRET_*` env vars from Secrets Manager before Django starts; validates format, detects conflicts, batches API calls; idempotent via `_loaded` sentinel
|
|
48
48
|
- `logging.py` — `task_logger` singleton; `message_id` set/cleared around each task execution
|
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: django-lambda-tasks
|
|
3
|
+
Version: 0.4.4
|
|
4
|
+
Summary: Run async tasks in a lambda function
|
|
5
|
+
Requires-Python: >=3.10
|
|
6
|
+
Requires-Dist: awslambdaric
|
|
7
|
+
Requires-Dist: boto3
|
|
8
|
+
Requires-Dist: django
|
|
9
|
+
Requires-Dist: pydantic
|
|
10
|
+
Requires-Dist: redis
|
|
11
|
+
Description-Content-Type: text/markdown
|
|
12
|
+
|
|
1
13
|
# Django Lambda Tasks
|
|
2
14
|
|
|
3
15
|
A Django library for offloading work to AWS Lambda outside of the request-response cycle. Tasks are defined with a decorator, enqueued to SQS on transaction commit, and executed by a Lambda handler that AWS invokes with SQS message batches. Task results, status, and metadata are persisted in the Django database.
|
|
@@ -59,6 +71,13 @@ def register(request):
|
|
|
59
71
|
return HttpResponse("Registered")
|
|
60
72
|
```
|
|
61
73
|
|
|
74
|
+
You can override the delay for a specific enqueue by passing `_delay`:
|
|
75
|
+
|
|
76
|
+
```python
|
|
77
|
+
# Delay this particular invocation by 60 seconds instead of the decorator default
|
|
78
|
+
send_welcome_email.execute_on_commit(user_id=user.id, template="welcome", _delay=60)
|
|
79
|
+
```
|
|
80
|
+
|
|
62
81
|
### 3. Configure AWS
|
|
63
82
|
|
|
64
83
|
See [AWS Lambda and SQS setup](#aws-lambda-and-sqs-setup) for queue and Lambda configuration.
|
|
@@ -208,6 +227,24 @@ def my_task(*, arg: str) -> None:
|
|
|
208
227
|
| `retry_delay` | `int` | `0` | Base delay in seconds when enqueuing a retry. Jitter (1–5s) is always added; result capped at 900. Requires `retry_on` to be non-empty. |
|
|
209
228
|
| `singleton` | `bool` | `False` | Prevent concurrent execution via a Redis lock (see [Singleton tasks](#singleton-tasks)). |
|
|
210
229
|
|
|
230
|
+
### Per-call delay override
|
|
231
|
+
|
|
232
|
+
The `delay` decorator parameter sets the default SQS `DelaySeconds` for all invocations of a task. To override it for a specific call, pass `_delay` to `execute_on_commit()` or `serialize()`:
|
|
233
|
+
|
|
234
|
+
```python
|
|
235
|
+
@lambda_task(delay=0)
|
|
236
|
+
def notify_user(*, user_id: int) -> None:
|
|
237
|
+
...
|
|
238
|
+
|
|
239
|
+
# Uses the decorator default (0 seconds)
|
|
240
|
+
notify_user.execute_on_commit(user_id=1)
|
|
241
|
+
|
|
242
|
+
# Override: delay this specific invocation by 120 seconds
|
|
243
|
+
notify_user.execute_on_commit(user_id=1, _delay=120)
|
|
244
|
+
```
|
|
245
|
+
|
|
246
|
+
`_delay` is validated against the same `[0, 900]` range as the decorator `delay`. It only affects the SQS `DelaySeconds` — it has no effect in eager or async-local mode.
|
|
247
|
+
|
|
211
248
|
---
|
|
212
249
|
|
|
213
250
|
## Serializing a task invocation
|
|
@@ -1,15 +1,3 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: django-lambda-tasks
|
|
3
|
-
Version: 0.4.2
|
|
4
|
-
Summary: Run async tasks in a lambda function
|
|
5
|
-
Requires-Python: >=3.10
|
|
6
|
-
Requires-Dist: awslambdaric
|
|
7
|
-
Requires-Dist: boto3
|
|
8
|
-
Requires-Dist: django
|
|
9
|
-
Requires-Dist: pydantic
|
|
10
|
-
Requires-Dist: redis
|
|
11
|
-
Description-Content-Type: text/markdown
|
|
12
|
-
|
|
13
1
|
# Django Lambda Tasks
|
|
14
2
|
|
|
15
3
|
A Django library for offloading work to AWS Lambda outside of the request-response cycle. Tasks are defined with a decorator, enqueued to SQS on transaction commit, and executed by a Lambda handler that AWS invokes with SQS message batches. Task results, status, and metadata are persisted in the Django database.
|
|
@@ -71,6 +59,13 @@ def register(request):
|
|
|
71
59
|
return HttpResponse("Registered")
|
|
72
60
|
```
|
|
73
61
|
|
|
62
|
+
You can override the delay for a specific enqueue by passing `_delay`:
|
|
63
|
+
|
|
64
|
+
```python
|
|
65
|
+
# Delay this particular invocation by 60 seconds instead of the decorator default
|
|
66
|
+
send_welcome_email.execute_on_commit(user_id=user.id, template="welcome", _delay=60)
|
|
67
|
+
```
|
|
68
|
+
|
|
74
69
|
### 3. Configure AWS
|
|
75
70
|
|
|
76
71
|
See [AWS Lambda and SQS setup](#aws-lambda-and-sqs-setup) for queue and Lambda configuration.
|
|
@@ -220,6 +215,24 @@ def my_task(*, arg: str) -> None:
|
|
|
220
215
|
| `retry_delay` | `int` | `0` | Base delay in seconds when enqueuing a retry. Jitter (1–5s) is always added; result capped at 900. Requires `retry_on` to be non-empty. |
|
|
221
216
|
| `singleton` | `bool` | `False` | Prevent concurrent execution via a Redis lock (see [Singleton tasks](#singleton-tasks)). |
|
|
222
217
|
|
|
218
|
+
### Per-call delay override
|
|
219
|
+
|
|
220
|
+
The `delay` decorator parameter sets the default SQS `DelaySeconds` for all invocations of a task. To override it for a specific call, pass `_delay` to `execute_on_commit()` or `serialize()`:
|
|
221
|
+
|
|
222
|
+
```python
|
|
223
|
+
@lambda_task(delay=0)
|
|
224
|
+
def notify_user(*, user_id: int) -> None:
|
|
225
|
+
...
|
|
226
|
+
|
|
227
|
+
# Uses the decorator default (0 seconds)
|
|
228
|
+
notify_user.execute_on_commit(user_id=1)
|
|
229
|
+
|
|
230
|
+
# Override: delay this specific invocation by 120 seconds
|
|
231
|
+
notify_user.execute_on_commit(user_id=1, _delay=120)
|
|
232
|
+
```
|
|
233
|
+
|
|
234
|
+
`_delay` is validated against the same `[0, 900]` range as the decorator `delay`. It only affects the SQS `DelaySeconds` — it has no effect in eager or async-local mode.
|
|
235
|
+
|
|
223
236
|
---
|
|
224
237
|
|
|
225
238
|
## Serializing a task invocation
|
|
@@ -154,13 +154,17 @@ class LambdaTaskWrapper:
|
|
|
154
154
|
def _build_task(self, *, kwargs: dict[str, Any]) -> SQSLambdaTask:
|
|
155
155
|
"""Pop overrides, validate kwargs, and build a SQSLambdaTask.
|
|
156
156
|
|
|
157
|
-
Mutates *kwargs* in-place (pops ``_n_retries``).
|
|
157
|
+
Mutates *kwargs* in-place (pops ``_n_retries``, ``_delay``).
|
|
158
158
|
Returns ``SQSLambdaTask``.
|
|
159
159
|
|
|
160
160
|
Raises:
|
|
161
161
|
pydantic.ValidationError: if the remaining kwargs fail type validation.
|
|
162
|
+
ValueError: if ``_delay`` is outside the allowed range [0, 900].
|
|
162
163
|
"""
|
|
163
164
|
n_retries = kwargs.pop("_n_retries", 0)
|
|
165
|
+
delay = kwargs.pop("_delay", self._delay)
|
|
166
|
+
|
|
167
|
+
self._validate_delay(delay=delay)
|
|
164
168
|
|
|
165
169
|
self._kwargs_model.model_validate(kwargs)
|
|
166
170
|
|
|
@@ -172,7 +176,7 @@ class LambdaTaskWrapper:
|
|
|
172
176
|
|
|
173
177
|
return SQSLambdaTask(
|
|
174
178
|
message=message,
|
|
175
|
-
delay=
|
|
179
|
+
delay=delay,
|
|
176
180
|
queue=self._queue,
|
|
177
181
|
)
|
|
178
182
|
|
|
@@ -14,6 +14,7 @@ warm invocations skip it.
|
|
|
14
14
|
|
|
15
15
|
import logging
|
|
16
16
|
import os
|
|
17
|
+
import resource
|
|
17
18
|
|
|
18
19
|
import django
|
|
19
20
|
from django.apps import apps
|
|
@@ -26,6 +27,36 @@ logger = logging.getLogger(__name__)
|
|
|
26
27
|
_cold_start_done: bool = False
|
|
27
28
|
|
|
28
29
|
|
|
30
|
+
_MEMORY_RESERVED_MB = 128
|
|
31
|
+
_MEMORY_MINIMUM_LIMIT_MB = 64
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
def _set_memory_limit() -> None:
|
|
35
|
+
"""Set RLIMIT_DATA from AWS_LAMBDA_FUNCTION_MEMORY_SIZE if available.
|
|
36
|
+
|
|
37
|
+
When running in Lambda, this causes Python to raise MemoryError on
|
|
38
|
+
excessive allocation instead of being killed by the OOM killer.
|
|
39
|
+
|
|
40
|
+
128 MB is reserved for the Python runtime, shared libraries, and OS
|
|
41
|
+
overhead. The limit is floored at 64 MB so that even small Lambdas
|
|
42
|
+
get some protection.
|
|
43
|
+
"""
|
|
44
|
+
memory_mb = os.environ.get("AWS_LAMBDA_FUNCTION_MEMORY_SIZE")
|
|
45
|
+
|
|
46
|
+
if memory_mb is None:
|
|
47
|
+
return
|
|
48
|
+
|
|
49
|
+
limit_bytes = (
|
|
50
|
+
max(int(memory_mb) - _MEMORY_RESERVED_MB, _MEMORY_MINIMUM_LIMIT_MB)
|
|
51
|
+
* 1024
|
|
52
|
+
* 1024
|
|
53
|
+
)
|
|
54
|
+
resource.setrlimit(resource.RLIMIT_AS, (limit_bytes, limit_bytes))
|
|
55
|
+
logger.info(
|
|
56
|
+
f"Set RLIMIT_AS to {limit_bytes} bytes ({memory_mb} MB - {_MEMORY_RESERVED_MB} MB reserved)"
|
|
57
|
+
)
|
|
58
|
+
|
|
59
|
+
|
|
29
60
|
def _perform_cold_start() -> None:
|
|
30
61
|
"""Run one-time initialisation: env loading, secrets, Django setup.
|
|
31
62
|
|
|
@@ -49,6 +80,8 @@ def _perform_cold_start() -> None:
|
|
|
49
80
|
lambda_tasks_logger.addHandler(boot_handler)
|
|
50
81
|
lambda_tasks_logger.setLevel(logging.DEBUG)
|
|
51
82
|
|
|
83
|
+
_set_memory_limit()
|
|
84
|
+
|
|
52
85
|
try:
|
|
53
86
|
resolve_environment()
|
|
54
87
|
resolve_secrets_into_env()
|
|
@@ -82,13 +82,23 @@ class TestLambdaTaskWrapperOnCommit:
|
|
|
82
82
|
|
|
83
83
|
def test_on_commit_accepts_delay_override(self):
|
|
84
84
|
wrapper = LambdaTaskWrapper(sample_task)
|
|
85
|
-
|
|
85
|
+
captured: list = []
|
|
86
|
+
with patch(
|
|
87
|
+
"lambda_tasks.models.transaction.on_commit",
|
|
88
|
+
side_effect=lambda cb: captured.append(cb),
|
|
89
|
+
):
|
|
86
90
|
wrapper.execute_on_commit(x=1, _delay=10)
|
|
91
|
+
assert captured[0].__self__.delay == 10
|
|
87
92
|
|
|
88
93
|
def test_on_commit_accepts_delay_and_task_kwargs(self):
|
|
89
94
|
wrapper = LambdaTaskWrapper(sample_task)
|
|
90
|
-
|
|
95
|
+
captured: list = []
|
|
96
|
+
with patch(
|
|
97
|
+
"lambda_tasks.models.transaction.on_commit",
|
|
98
|
+
side_effect=lambda cb: captured.append(cb),
|
|
99
|
+
):
|
|
91
100
|
wrapper.execute_on_commit(x=1, y="test", _delay=5)
|
|
101
|
+
assert captured[0].__self__.delay == 5
|
|
92
102
|
|
|
93
103
|
|
|
94
104
|
# ---------------------------------------------------------------------------
|
|
@@ -251,21 +251,30 @@ def test_queue_property_defaults_to_default():
|
|
|
251
251
|
# ---------------------------------------------------------------------------
|
|
252
252
|
|
|
253
253
|
|
|
254
|
-
def
|
|
255
|
-
"""Passing _delay to
|
|
254
|
+
def test_passing_delay_kwarg_to_execute_on_commit_overrides_decorator_delay():
|
|
255
|
+
"""Passing _delay to _build_task overrides the decorator delay. Requirement 4.1, 4.2"""
|
|
256
256
|
wrapper = LambdaTaskWrapper(_make_func(), delay=10)
|
|
257
|
-
|
|
258
|
-
|
|
257
|
+
task = wrapper._build_task(kwargs={"x": 1, "_delay": 5})
|
|
258
|
+
assert task.delay == 5
|
|
259
259
|
|
|
260
260
|
|
|
261
261
|
def test_build_task_uses_decorator_delay_not_call_time_override():
|
|
262
|
-
"""_build_task uses the decorator delay
|
|
262
|
+
"""_build_task uses the decorator delay when no _delay override is given. Requirement 4.3"""
|
|
263
263
|
decorator_delay = 42
|
|
264
264
|
wrapper = LambdaTaskWrapper(_make_func(), delay=decorator_delay)
|
|
265
265
|
task = wrapper._build_task(kwargs={"x": 1})
|
|
266
266
|
assert task.delay == decorator_delay
|
|
267
267
|
|
|
268
268
|
|
|
269
|
+
def test_build_task_delay_override_validates_range():
|
|
270
|
+
"""_delay outside [0, 900] raises ValueError."""
|
|
271
|
+
wrapper = LambdaTaskWrapper(_make_func(), delay=10)
|
|
272
|
+
with pytest.raises(ValueError):
|
|
273
|
+
wrapper._build_task(kwargs={"x": 1, "_delay": -1})
|
|
274
|
+
with pytest.raises(ValueError):
|
|
275
|
+
wrapper._build_task(kwargs={"x": 1, "_delay": 901})
|
|
276
|
+
|
|
277
|
+
|
|
269
278
|
# ---------------------------------------------------------------------------
|
|
270
279
|
# Unit tests: lambda_task forwarding retry_delay (Requirements 1.1, 1.2)
|
|
271
280
|
# ---------------------------------------------------------------------------
|
|
@@ -44,9 +44,9 @@ def test_to_json_uses_decorator_defaults_for_delay_and_queue():
|
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
def test_to_json_uses_call_site_override_for_delay():
|
|
47
|
-
"""_delay at call site
|
|
48
|
-
|
|
49
|
-
|
|
47
|
+
"""_delay at call site overrides the decorator default."""
|
|
48
|
+
result = _wrapper.serialize(x=1, _delay=30)
|
|
49
|
+
assert result["delay"] == 30
|
|
50
50
|
|
|
51
51
|
|
|
52
52
|
def test_to_json_task_name_matches_module_qualname():
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Unit tests for memory limit enforcement in the Lambda handler.
|
|
3
|
+
|
|
4
|
+
The handler sets resource.RLIMIT_AS during cold start so that runaway
|
|
5
|
+
memory allocation raises MemoryError instead of triggering the Lambda OOM
|
|
6
|
+
killer.
|
|
7
|
+
"""
|
|
8
|
+
|
|
9
|
+
import resource
|
|
10
|
+
from unittest.mock import patch
|
|
11
|
+
|
|
12
|
+
import lambda_tasks.handler as handler_module
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
class TestMemoryLimitSetDuringColdStart:
|
|
16
|
+
def test_rlimit_as_set_from_env_var(self, monkeypatch):
|
|
17
|
+
"""When AWS_LAMBDA_FUNCTION_MEMORY_SIZE is set, RLIMIT_AS is configured with 128 MB reserved."""
|
|
18
|
+
monkeypatch.delenv("DJANGO_SETTINGS_MODULE", raising=False)
|
|
19
|
+
monkeypatch.setenv("AWS_LAMBDA_FUNCTION_MEMORY_SIZE", "512")
|
|
20
|
+
monkeypatch.setattr("lambda_tasks.handler.resolve_environment", lambda: None)
|
|
21
|
+
monkeypatch.setattr(
|
|
22
|
+
"lambda_tasks.handler.resolve_secrets_into_env", lambda: None
|
|
23
|
+
)
|
|
24
|
+
|
|
25
|
+
calls: list[tuple] = []
|
|
26
|
+
|
|
27
|
+
def fake_setrlimit(which: int, limits: tuple[int, int]) -> None:
|
|
28
|
+
calls.append((which, limits))
|
|
29
|
+
|
|
30
|
+
monkeypatch.setattr(resource, "setrlimit", fake_setrlimit)
|
|
31
|
+
|
|
32
|
+
handler_module._cold_start_done = False
|
|
33
|
+
handler_module.handler(event={"Records": []}, context=None)
|
|
34
|
+
|
|
35
|
+
expected = (512 - 128) * 1024 * 1024
|
|
36
|
+
assert calls == [(resource.RLIMIT_AS, (expected, expected))]
|
|
37
|
+
|
|
38
|
+
def test_rlimit_as_not_set_when_env_var_missing(self, monkeypatch):
|
|
39
|
+
"""When AWS_LAMBDA_FUNCTION_MEMORY_SIZE is not set, RLIMIT_AS is unchanged."""
|
|
40
|
+
monkeypatch.delenv("DJANGO_SETTINGS_MODULE", raising=False)
|
|
41
|
+
monkeypatch.delenv("AWS_LAMBDA_FUNCTION_MEMORY_SIZE", raising=False)
|
|
42
|
+
monkeypatch.setattr("lambda_tasks.handler.resolve_environment", lambda: None)
|
|
43
|
+
monkeypatch.setattr(
|
|
44
|
+
"lambda_tasks.handler.resolve_secrets_into_env", lambda: None
|
|
45
|
+
)
|
|
46
|
+
|
|
47
|
+
calls: list[tuple] = []
|
|
48
|
+
|
|
49
|
+
def fake_setrlimit(which: int, limits: tuple[int, int]) -> None:
|
|
50
|
+
calls.append((which, limits))
|
|
51
|
+
|
|
52
|
+
monkeypatch.setattr(resource, "setrlimit", fake_setrlimit)
|
|
53
|
+
|
|
54
|
+
handler_module._cold_start_done = False
|
|
55
|
+
handler_module.handler(event={"Records": []}, context=None)
|
|
56
|
+
|
|
57
|
+
assert calls == []
|
|
58
|
+
|
|
59
|
+
def test_memory_limit_set_before_loaders(self, monkeypatch):
|
|
60
|
+
"""The memory limit is set before resolve_environment runs."""
|
|
61
|
+
monkeypatch.delenv("DJANGO_SETTINGS_MODULE", raising=False)
|
|
62
|
+
monkeypatch.setenv("AWS_LAMBDA_FUNCTION_MEMORY_SIZE", "256")
|
|
63
|
+
|
|
64
|
+
call_order: list[str] = []
|
|
65
|
+
|
|
66
|
+
def fake_setrlimit(which: int, limits: tuple[int, int]) -> None:
|
|
67
|
+
call_order.append("setrlimit")
|
|
68
|
+
|
|
69
|
+
def fake_resolve_environment() -> None:
|
|
70
|
+
call_order.append("resolve_environment")
|
|
71
|
+
|
|
72
|
+
def fake_resolve_secrets() -> None:
|
|
73
|
+
call_order.append("resolve_secrets_into_env")
|
|
74
|
+
|
|
75
|
+
monkeypatch.setattr(resource, "setrlimit", fake_setrlimit)
|
|
76
|
+
monkeypatch.setattr(
|
|
77
|
+
"lambda_tasks.handler.resolve_environment", fake_resolve_environment
|
|
78
|
+
)
|
|
79
|
+
monkeypatch.setattr(
|
|
80
|
+
"lambda_tasks.handler.resolve_secrets_into_env", fake_resolve_secrets
|
|
81
|
+
)
|
|
82
|
+
|
|
83
|
+
handler_module._cold_start_done = False
|
|
84
|
+
handler_module.handler(event={"Records": []}, context=None)
|
|
85
|
+
|
|
86
|
+
assert call_order == [
|
|
87
|
+
"setrlimit",
|
|
88
|
+
"resolve_environment",
|
|
89
|
+
"resolve_secrets_into_env",
|
|
90
|
+
]
|
|
91
|
+
|
|
92
|
+
def test_memory_limit_is_logged(self, monkeypatch, caplog):
|
|
93
|
+
"""Setting the memory limit emits an info log."""
|
|
94
|
+
import logging
|
|
95
|
+
|
|
96
|
+
monkeypatch.delenv("DJANGO_SETTINGS_MODULE", raising=False)
|
|
97
|
+
monkeypatch.setenv("AWS_LAMBDA_FUNCTION_MEMORY_SIZE", "1024")
|
|
98
|
+
monkeypatch.setattr("lambda_tasks.handler.resolve_environment", lambda: None)
|
|
99
|
+
monkeypatch.setattr(
|
|
100
|
+
"lambda_tasks.handler.resolve_secrets_into_env", lambda: None
|
|
101
|
+
)
|
|
102
|
+
monkeypatch.setattr(resource, "setrlimit", lambda *args: None)
|
|
103
|
+
|
|
104
|
+
handler_module._cold_start_done = False
|
|
105
|
+
|
|
106
|
+
with caplog.at_level(logging.INFO, logger="lambda_tasks.handler"):
|
|
107
|
+
handler_module.handler(event={"Records": []}, context=None)
|
|
108
|
+
|
|
109
|
+
assert any("RLIMIT_AS" in msg for msg in caplog.messages)
|
|
110
|
+
|
|
111
|
+
def test_rlimit_floored_at_minimum_when_memory_too_small(self, monkeypatch):
|
|
112
|
+
"""When AWS_LAMBDA_FUNCTION_MEMORY_SIZE <= reserved, RLIMIT_AS is set to the 64 MB minimum."""
|
|
113
|
+
monkeypatch.delenv("DJANGO_SETTINGS_MODULE", raising=False)
|
|
114
|
+
monkeypatch.setenv("AWS_LAMBDA_FUNCTION_MEMORY_SIZE", "128")
|
|
115
|
+
monkeypatch.setattr("lambda_tasks.handler.resolve_environment", lambda: None)
|
|
116
|
+
monkeypatch.setattr(
|
|
117
|
+
"lambda_tasks.handler.resolve_secrets_into_env", lambda: None
|
|
118
|
+
)
|
|
119
|
+
|
|
120
|
+
calls: list[tuple] = []
|
|
121
|
+
|
|
122
|
+
def fake_setrlimit(which: int, limits: tuple[int, int]) -> None:
|
|
123
|
+
calls.append((which, limits))
|
|
124
|
+
|
|
125
|
+
monkeypatch.setattr(resource, "setrlimit", fake_setrlimit)
|
|
126
|
+
|
|
127
|
+
handler_module._cold_start_done = False
|
|
128
|
+
handler_module.handler(event={"Records": []}, context=None)
|
|
129
|
+
|
|
130
|
+
expected = 64 * 1024 * 1024
|
|
131
|
+
assert calls == [(resource.RLIMIT_AS, (expected, expected))]
|
|
@@ -1649,17 +1649,22 @@ def test_normal_execute_on_commit_uses_decorator_delay(settings, decorator_delay
|
|
|
1649
1649
|
assert mock_client.send_message.call_args.kwargs["DelaySeconds"] == decorator_delay
|
|
1650
1650
|
|
|
1651
1651
|
|
|
1652
|
-
def
|
|
1653
|
-
"""Passing _delay to execute_on_commit
|
|
1652
|
+
def test_passing_delay_to_execute_on_commit_overrides_decorator_delay():
|
|
1653
|
+
"""Passing _delay to execute_on_commit overrides the decorator delay.
|
|
1654
1654
|
Validates: Requirements 4.1, 4.2"""
|
|
1655
|
-
from
|
|
1655
|
+
from unittest.mock import patch
|
|
1656
1656
|
|
|
1657
|
-
@lambda_task
|
|
1657
|
+
@lambda_task(delay=10)
|
|
1658
1658
|
def _task_simple(*, x: int) -> None:
|
|
1659
1659
|
pass
|
|
1660
1660
|
|
|
1661
|
-
|
|
1661
|
+
captured: list = []
|
|
1662
|
+
with patch(
|
|
1663
|
+
"lambda_tasks.models.transaction.on_commit",
|
|
1664
|
+
side_effect=lambda cb: captured.append(cb),
|
|
1665
|
+
):
|
|
1662
1666
|
_task_simple.execute_on_commit(x=1, _delay=5)
|
|
1667
|
+
assert captured[0].__self__.delay == 5
|
|
1663
1668
|
|
|
1664
1669
|
|
|
1665
1670
|
# ---------------------------------------------------------------------------
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/async-local-execution/design.md
RENAMED
|
File without changes
|
|
File without changes
|
{django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/async-local-execution/tasks.md
RENAMED
|
File without changes
|
|
File without changes
|
{django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/deferred-task-enqueue/design.md
RENAMED
|
File without changes
|
|
File without changes
|
{django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/deferred-task-enqueue/tasks.md
RENAMED
|
File without changes
|
|
File without changes
|
{django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/eager-mode-example-app/design.md
RENAMED
|
File without changes
|
|
File without changes
|
{django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/eager-mode-example-app/tasks.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/retry-delay/.config.kiro
RENAMED
|
File without changes
|
|
File without changes
|
{django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/retry-delay/requirements.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/rse-background-tasks/design.md
RENAMED
|
File without changes
|
|
File without changes
|
{django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/rse-background-tasks/tasks.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/singleton-task/.config.kiro
RENAMED
|
File without changes
|
{django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/singleton-task/design.md
RENAMED
|
File without changes
|
{django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/singleton-task/requirements.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/ssm-environment-loader/design.md
RENAMED
|
File without changes
|
|
File without changes
|
{django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/ssm-environment-loader/tasks.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/.kiro/specs/task-retry/requirements.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{django_lambda_tasks-0.4.2 → django_lambda_tasks-0.4.4}/lambda_tasks/migrations/0001_initial.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|