Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#23655] YSQL: Handle SIGTERM in pg_cron
Summary: Use `quickdie` as `SIGTERM` handler since the process gets stuck on `SPI_execute_with_args` in `InsertJobRunDetail` when `die` or `pg_cron_sigterm` is used. Fixes #23655 Jira: DB-12566 Test Plan: Jenkins ybd fastdebug --cxx-test integration-tests_pg_cron-test --gtest_filter PgCronTest.ChangeCronDB -n 100 --tp 1 Reviewers: tnayak Reviewed By: tnayak Subscribers: yql, svc_phabricator, ybase Differential Revision: https://phorge.dev.yugabyte.com/D37591
- Loading branch information