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