Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • goat/gap/geant-service-orchestrator
1 result
Show changes
Commits on Source (5)
# 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.
......
......@@ -4,7 +4,7 @@ from setuptools import find_packages, setup
setup(
name="geant-service-orchestrator",
version="2.18",
version="2.19",
author="GÉANT Orchestration and Automation Team",
author_email="goat@geant.org",
description="GÉANT Service Orchestrator",
......
......@@ -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