The current way to decide if the backend will start scraping or not is based on a 'global' environment variable. Perhaps we can make it built-in via docker files.
And therefore the command on readme does not work. It will not export SDSCHEDULE_SCRAPE=1. User needs to run the scripts with . to keep the variable.
The current way to decide if the backend will start scraping or not is based on a 'global' environment variable. Perhaps we can make it built-in via docker files.
And therefore the command on readme does not work. It will not
export SDSCHEDULE_SCRAPE=1
. User needs to run the scripts with.
to keep the variable.Reference