Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GÉANT Service Orchestrator
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
GÉANT Orchestration and Automation Team
GAP
GÉANT Service Orchestrator
Compare revisions
38e5a70fe97b04bef390d2f45e14879db1542dec to 5830b45ac158ddbca6c480d9e815047b2fb83ee6
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
goat/gap/geant-service-orchestrator
Select target project
No results found
5830b45ac158ddbca6c480d9e815047b2fb83ee6
Select Git revision
Swap
Target
goat/gap/geant-service-orchestrator
Select target project
goat/gap/geant-service-orchestrator
1 result
38e5a70fe97b04bef390d2f45e14879db1542dec
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (5)
Use solo pool for Celery workers
· 10fe7a61
Karel van Klink
authored
6 months ago
10fe7a61
incremented version for next development iteration
· 1adf52e9
geant-release-service
authored
6 months ago
1adf52e9
Update changelog for version 2.18
· fd6ad0d4
Mohammad Torkashvand
authored
6 months ago
fd6ad0d4
Finished release 2.18.
· ee5b95e0
geant-release-service
authored
6 months ago
ee5b95e0
Finished release 2.18.
· 5830b45a
geant-release-service
authored
6 months ago
5830b45a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Changelog.md
+9
-0
9 additions, 0 deletions
Changelog.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
start-worker.sh
+1
-1
1 addition, 1 deletion
start-worker.sh
with
11 additions
and
2 deletions
Changelog.md
View file @
5830b45a
# Changelog
## [2.18] - 2024-10-01
-
Use solo pool for Celery workers
## [2.17] - 2024-09-30
-
NOTHING IS HERE (JENKINS ISSUE)
## [2.16] - 2024-09-30
-
NOTHING IS HERE (JENKINS ISSUE)
## [2.15] - 2024-09-30
-
Show current license usage when updating Kentik license of a router
-
Fix the bug of clearing all the AE members and creating new objects instead of updating it.
...
...
This diff is collapsed.
Click to expand it.
setup.py
View file @
5830b45a
...
...
@@ -4,7 +4,7 @@ from setuptools import find_packages, setup
setup
(
name
=
"
geant-service-orchestrator
"
,
version
=
"
2.1
8
"
,
version
=
"
2.1
9
"
,
author
=
"
GÉANT Orchestration and Automation Team
"
,
author_email
=
"
goat@geant.org
"
,
description
=
"
GÉANT Service Orchestrator
"
,
...
...
This diff is collapsed.
Click to expand it.
start-worker.sh
View file @
5830b45a
...
...
@@ -4,4 +4,4 @@ set -o errexit
set
-o
nounset
cd
/app
python
-m
celery
-A
gso.worker worker
--loglevel
=
info
--concurrency
=
1
python
-m
celery
-A
gso.worker worker
--loglevel
=
info
--concurrency
=
1
--pool
=
solo
This diff is collapsed.
Click to expand it.