Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beat.web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
beat
beat.web
Commits
3288fa33
Commit
3288fa33
authored
8 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[settings] Add settings flag to control display of scheduling helper panel
parent
4032d287
No related branches found
No related tags found
1 merge request
!194
Scheduler
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
beat/web/settings/settings.py
+7
-2
7 additions, 2 deletions
beat/web/settings/settings.py
with
7 additions
and
2 deletions
beat/web/settings/settings.py
+
7
−
2
View file @
3288fa33
...
@@ -219,11 +219,16 @@ EMAIL_USE_TLS = False
...
@@ -219,11 +219,16 @@ EMAIL_USE_TLS = False
# The scheduling interval controls the number of seconds between
# The scheduling interval controls the number of seconds between
# scheduling attempts (calls to :py:func:`beat.web.backend.schedule.schedule`)
# scheduling attempts (calls to :py:func:`beat.web.backend.schedule.schedule`)
SCHEDULING_INTERVAL
=
5
#seconds
SCHEDULING_INTERVAL
=
5
#seconds
# The worker interval controls the number of seconds between checks
# The worker interval controls the number of seconds between checks
# a particular worker will run to verify jobs are not scheduled to itself
# a particular worker will run to verify jobs are not scheduled to itself
WORKER_INTERVAL
=
5
#seconds
WORKER_INTERVAL
=
5
#seconds
# If set, a testing panel that can accomplish scheduling activities will appear
# at the scheduler page allowing administrators to launch scheduling activities
# manually.
SCHEDULING_PANEL
=
True
# The maximum index split errors control the maximum number of times we can
# The maximum index split errors control the maximum number of times we can
# incur in an index split error condition without cancelling the block
# incur in an index split error condition without cancelling the block
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment