Data usage/env var
Created by: coury-clark
Migrating the enable / disable flag for the data pipe to an environment variable.
Test plan
Start Sourcegraph with EXPORT_USAGE_DATA=true
and see the job running.
Start with EXPORT_USAGE_DATA=false
or null and the job is not running.