You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After this, do a full reboot of the system and everything should start again properly.
149
152
150
153
151
-
## Viewing Sidekiq Queue Statistics
154
+
## View Sidekiq Queue Statistics
152
155
153
156
In the past there have been reported cases where the system became unresponsive. It took quite a while until jobs where worked off or they weren't picked up at all. We found out that often full Sidekiq queues played a part in this. To get some insight, it helps to retrieve some basics statistics in the Ruby console:
154
157
@@ -181,7 +184,7 @@ Then, please run:
181
184
"user_sync"=>0}
182
185
```
183
186
184
-
## Uninstalling Travis CI Enterprise 3.x
187
+
## Uninstall Travis CI Enterprise 3.x
185
188
186
189
If you wish to uninstall Travis CI Enterprise 3.x from your Kubernetes cluster, please execute:
The number that's returned here is equal to the maximum number of concurrent jobs that are available. To adjust concurrency, please follow the instructions [here](/user/enterprise/worker-configuration/#configuring-the-number-of-concurrent-jobs) for each worker machine.
267
270
268
-
## Finding out how Many Worker Machines are Connected
271
+
## Discover how many Worker Machines are Connected
269
272
270
273
If you wish to find out how many worker machines are currently connected, please follow these steps:
If you need to boot more worker machines, please see our docs about [installing new worker machines](/user/enterprise/setting-up-travis-ci-enterprise/#2-setting-up-the-enterprise-worker-virtual-machine).
283
286
284
-
## Integrating Travis CI Enterprise into Your Monitoring
287
+
## Integrate Travis CI Enterprise into your Monitoring
285
288
286
289
To check if your Travis CI Enterprise 2.x/3.x installation is up and running, query the `/api/uptime` endpoint of your instance.
@@ -362,7 +365,7 @@ The data directories are located on the platform machine and are mounted into th
362
365
363
366
The files are located at `/var/travis` on the platform machine. Please run `sudo tar -czvf travis-enterprise-data-backup.tar.gz /var/travis` to create a compressed archive from this folder. After this has finished, copy this file off the machine to a secure location.
364
367
365
-
## Migrating from GitHub Services to Webhooks
368
+
## Migrate from GitHub Services to Webhooks
366
369
367
370
Travis CI Enterprise initially used GitHub Services to connect your repositories with GitHub.com (or GitHub Enterprise). As of January 31st, 2019 [services have been disabled on github.com](https://developer.github.com/changes/2019-01-29-life-after-github-services/). Services will also be disabled on GitHub Enterprise starting with GitHub Enterprise v2.17.0.
0 commit comments