Skip to content

PostgreSQL background worker written in Golang

Notifications You must be signed in to change notification settings

mkabilov/bgworker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bgworker

Experiments with PostgreSQL background worker written in golang

Build

make
make install

Load

add "go_background_worker" to shared_preload_libraries in your postgresql config file:

shared_preload_libraries = 'go_background_worker'    # (change requires restart)

restart postgresql

Check the logs

you should see following message appearing every 5 seconds:

LOG:  Go: Hello world

About

PostgreSQL background worker written in Golang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published