|
@@ -147,7 +147,7 @@ ENABLE_SECOND_PRECISION_SCHEDULE=false
|
|
|
# Specify the scheduler frequency in seconds (default: 0.3).
|
|
|
# Increasing this value will help reduce the use of system resources
|
|
|
# at the expense of time accuracy.
|
|
|
-#SCHEDULER_FREQUENCY=0.3
|
|
|
+SCHEDULER_FREQUENCY=0.3
|
|
|
|
|
|
# Use Graphviz for generating diagrams instead of using Google Chart
|
|
|
# Tools. Specify a dot(1) command path built with SVG support
|
|
@@ -159,3 +159,9 @@ TIMEZONE="Pacific Time (US & Canada)"
|
|
|
|
|
|
# Number of failed jobs to keep in the database
|
|
|
FAILED_JOBS_TO_KEEP=100
|
|
|
+
|
|
|
+# Maximum runtime of background jobs in minutes
|
|
|
+DELAYED_JOB_MAX_RUNTIME=20
|
|
|
+
|
|
|
+# Amount of seconds for delayed_job to sleep before checking for new jobs
|
|
|
+DELAYED_JOB_SLEEP_DELAY=10
|