You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Note**: The `paused` property is intentionally **not available** in the `@worker_task` decorator. It can only be controlled via environment variables, allowing operators to pause/resume workers at runtime without code changes or redeployment.
32
34
33
35
## Environment Variable Format
34
36
@@ -356,7 +358,7 @@ Use sensible defaults in code so workers work without environment variables:
0 commit comments