- Switch to using
sslmode=require
for connections to backend DB
- Switch to new PyPi publish method
- Switch to using
sslmode=prefer
for connections to backend DB
- Add delete_schedule command
- Add list_schedule_ids command
- Bug fix setup
- Sending slack alerts for not 0 return codes
- Add --only_enabled_servers option to spread_schedules
- abort_running to only SIGTERM the process that has been launched by Cicada, and not any child processes.
- Don't keep database connection open while running job
- Minor and cosmetic improvements for PyPI