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
fix(webhook): Don't set ${SQS_WORKFLOW_JOB_QUEUE} to empty string
We currently indicate that this feature is disabled by setting the env var to an
empty string. But instead we could omit it, to avoid polluting the environment,
and causing a warning to be logged.
0 commit comments