Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
clockwork
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cld
ml
clockwork
Merge requests
!5
Add config file
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add config file
salzayat/clockwork:master
into
master
Overview
15
Commits
24
Pipelines
0
Changes
14
Merged
Safya Alzayat
requested to merge
salzayat/clockwork:master
into
master
5 years ago
Overview
15
Commits
24
Pipelines
0
Changes
14
Expand
0
0
Merge request reports
Compare
master
version 10
75e1859c
5 years ago
version 9
4a8caba4
5 years ago
version 8
3a19fabf
5 years ago
version 7
6fbba9f8
5 years ago
version 6
b04bb09a
5 years ago
version 5
8f4c3b96
5 years ago
version 4
74710337
5 years ago
version 3
1cd1f47d
5 years ago
version 2
08f33da9
5 years ago
version 1
1242d033
5 years ago
master (base)
and
latest version
latest version
5b319205
24 commits,
5 years ago
version 10
75e1859c
23 commits,
5 years ago
version 9
4a8caba4
22 commits,
5 years ago
version 8
3a19fabf
19 commits,
5 years ago
version 7
6fbba9f8
18 commits,
5 years ago
version 6
b04bb09a
17 commits,
5 years ago
version 5
8f4c3b96
16 commits,
5 years ago
version 4
74710337
15 commits,
5 years ago
version 3
1cd1f47d
14 commits,
5 years ago
version 2
08f33da9
13 commits,
5 years ago
version 1
1242d033
12 commits,
5 years ago
14 files
+
411
−
71
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
14
Search (e.g. *.vue) (Ctrl+P)
config/default.cfg
0 → 100644
+
25
−
0
Options
WorkerConfig:
{
memory_settings:
{
weights_cache_size
=
30064771072L;
weights_cache_page_size
=
16777216L;
io_pool_size
=
134217728L;
workspace_pool_size
=
536870912L;
host_io_pool_size
=
226492416L;
}
;
telemetry_settings:
{
enable_task_telemetry
=
false;
enable_action_telemetry
=
false;
}
;
log_dir:
{
telemetry_log_dir
=
"./"
;
};
}
;
Loading