Simplify notification publisher and task scheduler commands
- Rename management command start_notification_publisher to notification_publisher - Rename management command start_schedule_tasks to task_scheduler - Stop using python-daemon and lockfiles, as these will run as standalone containers anyway - Remove management commands stop_notification_publisher and stop_schedule_tasks - Remove python-daemon dependency
Showing
- README.md 1 addition, 1 deletionREADME.md
- greg/management/commands/notification_publisher.py 13 additions, 65 deletionsgreg/management/commands/notification_publisher.py
- greg/management/commands/start_schedule_tasks.py 0 additions, 82 deletionsgreg/management/commands/start_schedule_tasks.py
- greg/management/commands/stop_notification_publisher.py 0 additions, 22 deletionsgreg/management/commands/stop_notification_publisher.py
- greg/management/commands/stop_schedule_tasks.py 0 additions, 22 deletionsgreg/management/commands/stop_schedule_tasks.py
- greg/management/commands/task_scheduler.py 35 additions, 0 deletionsgreg/management/commands/task_scheduler.py
- greg/tests/management/test_notification_publisher.py 1 addition, 1 deletiongreg/tests/management/test_notification_publisher.py
- gregsite/settings/base.py 1 addition, 6 deletionsgregsite/settings/base.py
- poetry.lock 160 additions, 158 deletionspoetry.lock
- pyproject.toml 0 additions, 1 deletionpyproject.toml
Loading
Please register or sign in to comment