env
Env
Sparky Environment variables
SPARKY_SKIP_CRON
You can disable cron check to run project forcefully, by setting SPARKY_SKIP_CRON environment variable:
$ export SPARKY_SKIP_CRON=1 && sparkydSPARKY_MAX_JOBS
Threshold of concurrent jobs maximum number. Use it to protect Sparky server from overload.
(WARNING! This variable is not currently supported)
SPARKY_FLAPPERS_OFF
Disable flappers mechanism, see "Flappers mechanism" section.
SPARKY_ROOT
Sets the sparky root directory
SPARKY_HTTP_ROOT
Set sparky web application http root. Useful when proxy application through Nginx:
SPARKY_HTTP_ROOT='/sparky' cro runSPARKY_TIMEOUT
Sets timeout for sparky workers, see Running daemon section.
SPARKY_JOB_TIMEOUT
How many seconds wait till a job is considered as timeouted (used in Sparky Job API calls).
SPARKY_JOB_API_DEBUG
Enable this if you want to see low level debug messages from Sparky Job Api calls