oncall-engine/engine/engine
Matias Bordese 11259de8e0
Add settings to allow detaching integrations server (#3203)
To run a detached integrations server:
1. Set env var `DETACHED_INTEGRATIONS_SERVER=True`
2. Run engine with the `integrations_urls.py` root url conf
(e.g. `ROOT_URLCONF=engine.integrations_urls python manage.py runserver
0.0.0.0:8081`)
2023-10-26 12:55:02 +00:00
..
management/commands Telegram long polling (#2250) 2023-08-24 09:12:24 +02:00
tests add the ability to set/display "currently undergoing maintenance message" in the UI (#1917) 2023-05-12 15:44:09 +00:00
__init__.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
celery.py Telegram long polling (#2250) 2023-08-24 09:12:24 +02:00
included_path.py Add openapi schema generation for internal api (#2771) 2023-08-16 06:13:56 +00:00
integrations_urls.py Add settings to allow detaching integrations server (#3203) 2023-10-26 12:55:02 +00:00
middlewares.py apps.get_model -> import (#2619) 2023-07-25 09:43:23 +00:00
parsers.py World, meet OnCall! 2022-06-03 08:09:47 -06:00
urls.py Add settings to allow detaching integrations server (#3203) 2023-10-26 12:55:02 +00:00
views.py remove deprecated backend code (#2502) 2023-07-12 02:07:45 -04:00
wsgi.py Update wsgi.py 2023-03-28 13:11:22 +08:00