Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend committed Jul 31, 2023
1 parent bb6acb5 commit 2e06cdf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@ pub extern "C" fn background_worker_main(_arg: pg_sys::Datum) {
(conn, queue)
});

log!(
"pg-vectorize: starting bg workers: {}",
BackgroundWorker::get_name(),
);
log!("Starting BG Workers {}", BackgroundWorker::get_name(),);

// poll at 10s or on a SIGTERM
while BackgroundWorker::wait_latch(Some(Duration::from_secs(5))) {
Expand Down

0 comments on commit 2e06cdf

Please sign in to comment.