feat(worker): rename service and package to libretime-worker (#2065)
BREAKING CHANGE: The `libretime-celery` python package and service was renamed to `libretime-worker`. Make sure to remove the old python package and service.
This commit is contained in:
parent
a9cd1fb3df
commit
2edbf15bf4
12 changed files with 35 additions and 21 deletions
|
@ -31,10 +31,10 @@ general:
|
|||
In order to apply the changes made in this section, please restart the following services:
|
||||
|
||||
```
|
||||
libretime-api
|
||||
libretime-analyzer
|
||||
libretime-celery
|
||||
libretime-api
|
||||
libretime-playout
|
||||
libretime-worker
|
||||
```
|
||||
|
||||
## Database
|
||||
|
@ -110,10 +110,10 @@ rabbitmq:
|
|||
In order to apply the changes made in this section, please restart the following services:
|
||||
|
||||
```
|
||||
libretime-api
|
||||
libretime-analyzer
|
||||
libretime-celery
|
||||
libretime-api
|
||||
libretime-playout
|
||||
libretime-worker
|
||||
```
|
||||
|
||||
## Playout
|
||||
|
|
|
@ -20,9 +20,9 @@ sudo systemctl stop libretime.target
|
|||
# Or
|
||||
sudo systemctl stop libretime-analyzer.service
|
||||
sudo systemctl stop libretime-api.service
|
||||
sudo systemctl stop libretime-celery.service
|
||||
sudo systemctl stop libretime-liquidsoap.service
|
||||
sudo systemctl stop libretime-playout.service
|
||||
sudo systemctl stop libretime-worker.service
|
||||
```
|
||||
|
||||
## Make a backup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue