From c328a46494950544a7bc553175912c6a54b139a7 Mon Sep 17 00:00:00 2001 From: Iasmini Gomes Date: Thu, 23 May 2024 15:04:24 -0300 Subject: [PATCH] docs: updated readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b2dbdbb..be2a878 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Additionally, you can configure with more settings or environment variables: - `DJANGO_CLOUD_TASKS_SUBSCRIBERS_URL_NAME`: Django URL-name that process Subscribers. We provide a view for that, but if you want to create your own, set this value. Default: `subscriptions-endpoint`. - `DJANGO_CLOUD_TASKS_PROPAGATED_HEADERS`: . Default: `["traceparent"]`. - `DJANGO_CLOUD_TASKS_PROPAGATED_HEADERS_KEY`: when propagating headers in PubSub, use a key to store the values in the Message data. Default: `_http_headers`. +- `DJANGO_CLOUD_TASKS_MAXIMUM_ETA_TASK`: maximum time in seconds to schedule a task in the future. Default: `86400`. ## On Demand Task