@junando/worker 0.12.3 → 0.14.0
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.
- package/README.md +3 -1
- package/dist/handler.cjs +34946 -25439
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -47,7 +47,9 @@ All configuration is loaded via `@junando/core`'s `loadConfig()`, which reads fr
|
|
|
47
47
|
|
|
48
48
|
| Variable | Description |
|
|
49
49
|
|----------|-------------|
|
|
50
|
-
| `
|
|
50
|
+
| `DEDUP_STORE` | `dynamodb` (default, AWS free-tier) or `redis` |
|
|
51
|
+
| `DEDUP_TABLE_NAME` | DynamoDB table name; required when `DEDUP_STORE=dynamodb` |
|
|
52
|
+
| `REDIS_URL` | Redis connection URL for deduplication; required when `DEDUP_STORE=redis` |
|
|
51
53
|
| `LOKI_URL` | Loki URL for trace fetching |
|
|
52
54
|
| `SQS_QUEUE_URL` | Source SQS queue URL |
|
|
53
55
|
| `LLM_PROVIDER` | `claude` or `gemini` |
|